public static interface RemoveCustomRoutingEndpointsRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<RemoveCustomRoutingEndpointsRequest.Builder,RemoveCustomRoutingEndpointsRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveCustomRoutingEndpointsRequest.Builder |
endpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group to remove endpoints from.
|
RemoveCustomRoutingEndpointsRequest.Builder |
endpointIds(Collection<String> endpointIds)
The IDs for the endpoints.
|
RemoveCustomRoutingEndpointsRequest.Builder |
endpointIds(String... endpointIds)
The IDs for the endpoints.
|
RemoveCustomRoutingEndpointsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveCustomRoutingEndpointsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveCustomRoutingEndpointsRequest.Builder endpointIds(Collection<String> endpointIds)
The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC) subnet IDs.
endpointIds - The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud
(VPC) subnet IDs.RemoveCustomRoutingEndpointsRequest.Builder endpointIds(String... endpointIds)
The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC) subnet IDs.
endpointIds - The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud
(VPC) subnet IDs.RemoveCustomRoutingEndpointsRequest.Builder endpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group to remove endpoints from.
endpointGroupArn - The Amazon Resource Name (ARN) of the endpoint group to remove endpoints from.RemoveCustomRoutingEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveCustomRoutingEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.