static CreateMonitorProbeInput.Builder |
CreateMonitorProbeInput.builder() |
|
CreateMonitorProbeInput.Builder |
CreateMonitorProbeInput.Builder.destination(String destination) |
The destination IP address.
|
CreateMonitorProbeInput.Builder |
CreateMonitorProbeInput.Builder.destinationPort(Integer destinationPort) |
The port associated with the destination.
|
CreateMonitorProbeInput.Builder |
CreateMonitorProbeInput.Builder.packetSize(Integer packetSize) |
The size of the packets sent between the source and destination.
|
CreateMonitorProbeInput.Builder |
CreateMonitorProbeInput.Builder.probeTags(Map<String,String> probeTags) |
The list of key-value pairs created and assigned to the monitor.
|
CreateMonitorProbeInput.Builder |
CreateMonitorProbeInput.Builder.protocol(String protocol) |
The protocol used for the network traffic between the source and destination.
|
CreateMonitorProbeInput.Builder |
CreateMonitorProbeInput.Builder.protocol(Protocol protocol) |
The protocol used for the network traffic between the source and destination.
|
CreateMonitorProbeInput.Builder |
CreateMonitorProbeInput.Builder.sourceArn(String sourceArn) |
The ARN of the subnet.
|
CreateMonitorProbeInput.Builder |
CreateMonitorProbeInput.toBuilder() |
|