Interface RemoveCustomRoutingEndpointsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RemoveCustomRoutingEndpointsRequest.Builder,RemoveCustomRoutingEndpointsRequest>,GlobalAcceleratorRequest.Builder,SdkBuilder<RemoveCustomRoutingEndpointsRequest.Builder,RemoveCustomRoutingEndpointsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- RemoveCustomRoutingEndpointsRequest
public static interface RemoveCustomRoutingEndpointsRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<RemoveCustomRoutingEndpointsRequest.Builder,RemoveCustomRoutingEndpointsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoveCustomRoutingEndpointsRequest.BuilderendpointGroupArn(String endpointGroupArn)The Amazon Resource Name (ARN) of the endpoint group to remove endpoints from.RemoveCustomRoutingEndpointsRequest.BuilderendpointIds(String... endpointIds)The IDs for the endpoints.RemoveCustomRoutingEndpointsRequest.BuilderendpointIds(Collection<String> endpointIds)The IDs for the endpoints.RemoveCustomRoutingEndpointsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RemoveCustomRoutingEndpointsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.globalaccelerator.model.GlobalAcceleratorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
endpointIds
RemoveCustomRoutingEndpointsRequest.Builder endpointIds(Collection<String> endpointIds)
The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC) subnet IDs.
- Parameters:
endpointIds- The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC) subnet IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointIds
RemoveCustomRoutingEndpointsRequest.Builder endpointIds(String... endpointIds)
The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC) subnet IDs.
- Parameters:
endpointIds- The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC) subnet IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointGroupArn
RemoveCustomRoutingEndpointsRequest.Builder endpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group to remove endpoints from.
- Parameters:
endpointGroupArn- The Amazon Resource Name (ARN) of the endpoint group to remove endpoints from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RemoveCustomRoutingEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RemoveCustomRoutingEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-