| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
DestinationPortMapping.Builder |
DestinationPortMapping.Builder.acceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the custom routing accelerator that you have port mappings for.
|
DestinationPortMapping.Builder |
DestinationPortMapping.Builder.acceleratorSocketAddresses(Collection<SocketAddress> acceleratorSocketAddresses)
The IP address/port combinations (sockets) that map to a given destination socket address.
|
DestinationPortMapping.Builder |
DestinationPortMapping.Builder.acceleratorSocketAddresses(Consumer<SocketAddress.Builder>... acceleratorSocketAddresses)
The IP address/port combinations (sockets) that map to a given destination socket address.
|
DestinationPortMapping.Builder |
DestinationPortMapping.Builder.acceleratorSocketAddresses(SocketAddress... acceleratorSocketAddresses)
The IP address/port combinations (sockets) that map to a given destination socket address.
|
static DestinationPortMapping.Builder |
DestinationPortMapping.builder() |
default DestinationPortMapping.Builder |
DestinationPortMapping.Builder.destinationSocketAddress(Consumer<SocketAddress.Builder> destinationSocketAddress)
The endpoint IP address/port combination for traffic received on the accelerator socket address.
|
DestinationPortMapping.Builder |
DestinationPortMapping.Builder.destinationSocketAddress(SocketAddress destinationSocketAddress)
The endpoint IP address/port combination for traffic received on the accelerator socket address.
|
DestinationPortMapping.Builder |
DestinationPortMapping.Builder.destinationTrafficState(CustomRoutingDestinationTrafficState destinationTrafficState)
Indicates whether or not a port mapping destination can receive traffic.
|
DestinationPortMapping.Builder |
DestinationPortMapping.Builder.destinationTrafficState(String destinationTrafficState)
Indicates whether or not a port mapping destination can receive traffic.
|
DestinationPortMapping.Builder |
DestinationPortMapping.Builder.endpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group.
|
DestinationPortMapping.Builder |
DestinationPortMapping.Builder.endpointGroupRegion(String endpointGroupRegion)
The Amazon Web Services Region for the endpoint group.
|
DestinationPortMapping.Builder |
DestinationPortMapping.Builder.endpointId(String endpointId)
The ID for the virtual private cloud (VPC) subnet.
|
DestinationPortMapping.Builder |
DestinationPortMapping.Builder.ipAddressType(IpAddressType ipAddressType)
The IP address type that an accelerator supports.
|
DestinationPortMapping.Builder |
DestinationPortMapping.Builder.ipAddressType(String ipAddressType)
The IP address type that an accelerator supports.
|
DestinationPortMapping.Builder |
DestinationPortMapping.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DestinationPortMapping.Builder> |
DestinationPortMapping.serializableBuilderClass() |
Copyright © 2022. All rights reserved.