Probe.Builder |
Probe.Builder.addressFamily(String addressFamily) |
The IPv4 or IPv6 address for the probe.
|
Probe.Builder |
Probe.Builder.addressFamily(AddressFamily addressFamily) |
The IPv4 or IPv6 address for the probe.
|
static Probe.Builder |
Probe.builder() |
|
Probe.Builder |
Probe.Builder.createdAt(Instant createdAt) |
The time and date the probe was created.
|
Probe.Builder |
Probe.Builder.destination(String destination) |
The destination for the probe.
|
Probe.Builder |
Probe.Builder.destinationPort(Integer destinationPort) |
The destination port for the probe.
|
Probe.Builder |
Probe.Builder.modifiedAt(Instant modifiedAt) |
The time and date that the probe was last modified.
|
Probe.Builder |
Probe.Builder.packetSize(Integer packetSize) |
The size of the packets traveling between the source and destination.
|
Probe.Builder |
Probe.Builder.probeArn(String probeArn) |
The ARN of the probe.
|
Probe.Builder |
Probe.Builder.probeId(String probeId) |
The ID of the probe.
|
Probe.Builder |
Probe.Builder.protocol(String protocol) |
The network protocol for the destination.
|
Probe.Builder |
Probe.Builder.protocol(Protocol protocol) |
The network protocol for the destination.
|
Probe.Builder |
Probe.Builder.sourceArn(String sourceArn) |
The ARN of the probe source subnet.
|
Probe.Builder |
Probe.Builder.state(String state) |
The state of the probe.
|
Probe.Builder |
Probe.Builder.state(ProbeState state) |
The state of the probe.
|
Probe.Builder |
Probe.Builder.tags(Map<String,String> tags) |
The list of key-value pairs created and assigned to the probe.
|
Probe.Builder |
Probe.toBuilder() |
|
Probe.Builder |
Probe.Builder.vpcId(String vpcId) |
The ID of the source VPC subnet.
|