AllowCustomRoutingTrafficRequest.Builder |
AllowCustomRoutingTrafficRequest.Builder.allowAllTrafficToEndpoint(Boolean allowAllTrafficToEndpoint) |
Indicates whether all destination IP addresses and ports for a specified VPC subnet endpoint can receive
traffic from a custom routing accelerator.
|
static AllowCustomRoutingTrafficRequest.Builder |
AllowCustomRoutingTrafficRequest.builder() |
|
AllowCustomRoutingTrafficRequest.Builder |
AllowCustomRoutingTrafficRequest.Builder.destinationAddresses(String... destinationAddresses) |
A list of specific Amazon EC2 instance IP addresses (destination addresses) in a subnet that you want to
allow to receive traffic.
|
AllowCustomRoutingTrafficRequest.Builder |
AllowCustomRoutingTrafficRequest.Builder.destinationAddresses(Collection<String> destinationAddresses) |
A list of specific Amazon EC2 instance IP addresses (destination addresses) in a subnet that you want to
allow to receive traffic.
|
AllowCustomRoutingTrafficRequest.Builder |
AllowCustomRoutingTrafficRequest.Builder.destinationPorts(Integer... destinationPorts) |
A list of specific Amazon EC2 instance ports (destination ports) that you want to allow to receive traffic.
|
AllowCustomRoutingTrafficRequest.Builder |
AllowCustomRoutingTrafficRequest.Builder.destinationPorts(Collection<Integer> destinationPorts) |
A list of specific Amazon EC2 instance ports (destination ports) that you want to allow to receive traffic.
|
AllowCustomRoutingTrafficRequest.Builder |
AllowCustomRoutingTrafficRequest.Builder.endpointGroupArn(String endpointGroupArn) |
The Amazon Resource Name (ARN) of the endpoint group.
|
AllowCustomRoutingTrafficRequest.Builder |
AllowCustomRoutingTrafficRequest.Builder.endpointId(String endpointId) |
An ID for the endpoint.
|
AllowCustomRoutingTrafficRequest.Builder |
AllowCustomRoutingTrafficRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
AllowCustomRoutingTrafficRequest.Builder |
AllowCustomRoutingTrafficRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
AllowCustomRoutingTrafficRequest.Builder |
AllowCustomRoutingTrafficRequest.toBuilder() |
|