CreateProbeResponse.Builder |
CreateProbeResponse.Builder.addressFamily(String addressFamily) |
Indicates whether the IP address is IPV4 or IPV6.
|
CreateProbeResponse.Builder |
CreateProbeResponse.Builder.addressFamily(AddressFamily addressFamily) |
Indicates whether the IP address is IPV4 or IPV6.
|
static CreateProbeResponse.Builder |
CreateProbeResponse.builder() |
|
CreateProbeResponse.Builder |
CreateProbeResponse.Builder.createdAt(Instant createdAt) |
The time and date that the probe was created.
|
CreateProbeResponse.Builder |
CreateProbeResponse.Builder.destination(String destination) |
The destination IP address for the monitor.
|
CreateProbeResponse.Builder |
CreateProbeResponse.Builder.destinationPort(Integer destinationPort) |
The port associated with the destination.
|
CreateProbeResponse.Builder |
CreateProbeResponse.Builder.modifiedAt(Instant modifiedAt) |
The time and date when the probe was last modified.
|
CreateProbeResponse.Builder |
CreateProbeResponse.Builder.packetSize(Integer packetSize) |
The size of the packets sent between the source and destination.
|
CreateProbeResponse.Builder |
CreateProbeResponse.Builder.probeArn(String probeArn) |
The ARN of the probe.
|
CreateProbeResponse.Builder |
CreateProbeResponse.Builder.probeId(String probeId) |
The ID of the probe for which details are returned.
|
CreateProbeResponse.Builder |
CreateProbeResponse.Builder.protocol(String protocol) |
The protocol used for the network traffic between the source and destination.
|
CreateProbeResponse.Builder |
CreateProbeResponse.Builder.protocol(Protocol protocol) |
The protocol used for the network traffic between the source and destination.
|
CreateProbeResponse.Builder |
CreateProbeResponse.Builder.sourceArn(String sourceArn) |
The ARN of the probe.
|
CreateProbeResponse.Builder |
CreateProbeResponse.Builder.state(String state) |
The state of the probe.
|
CreateProbeResponse.Builder |
CreateProbeResponse.Builder.state(ProbeState state) |
The state of the probe.
|
CreateProbeResponse.Builder |
CreateProbeResponse.Builder.tags(Map<String,String> tags) |
The list of key-value pairs assigned to the probe.
|
CreateProbeResponse.Builder |
CreateProbeResponse.toBuilder() |
|
CreateProbeResponse.Builder |
CreateProbeResponse.Builder.vpcId(String vpcId) |
The ID of the source VPC or subnet.
|