PortMapping.Builder |
PortMapping.Builder.acceleratorPort(Integer acceleratorPort) |
The accelerator port.
|
static PortMapping.Builder |
PortMapping.builder() |
|
default PortMapping.Builder |
PortMapping.Builder.destinationSocketAddress(Consumer<SocketAddress.Builder> destinationSocketAddress) |
The EC2 instance IP address and port number in the virtual private cloud (VPC) subnet.
|
PortMapping.Builder |
PortMapping.Builder.destinationSocketAddress(SocketAddress destinationSocketAddress) |
The EC2 instance IP address and port number in the virtual private cloud (VPC) subnet.
|
PortMapping.Builder |
PortMapping.Builder.destinationTrafficState(String destinationTrafficState) |
Indicates whether or not a port mapping destination can receive traffic.
|
PortMapping.Builder |
PortMapping.Builder.destinationTrafficState(CustomRoutingDestinationTrafficState destinationTrafficState) |
Indicates whether or not a port mapping destination can receive traffic.
|
PortMapping.Builder |
PortMapping.Builder.endpointGroupArn(String endpointGroupArn) |
The Amazon Resource Name (ARN) of the endpoint group.
|
PortMapping.Builder |
PortMapping.Builder.endpointId(String endpointId) |
The IP address of the VPC subnet (the subnet ID).
|
PortMapping.Builder |
PortMapping.Builder.protocols(Collection<CustomRoutingProtocol> protocols) |
The protocols supported by the endpoint group.
|
PortMapping.Builder |
PortMapping.Builder.protocols(CustomRoutingProtocol... protocols) |
The protocols supported by the endpoint group.
|
PortMapping.Builder |
PortMapping.Builder.protocolsWithStrings(String... protocols) |
The protocols supported by the endpoint group.
|
PortMapping.Builder |
PortMapping.Builder.protocolsWithStrings(Collection<String> protocols) |
The protocols supported by the endpoint group.
|
PortMapping.Builder |
PortMapping.toBuilder() |
|