Interface CreateCustomRoutingEndpointGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateCustomRoutingEndpointGroupRequest.Builder,CreateCustomRoutingEndpointGroupRequest>,GlobalAcceleratorRequest.Builder,SdkBuilder<CreateCustomRoutingEndpointGroupRequest.Builder,CreateCustomRoutingEndpointGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateCustomRoutingEndpointGroupRequest
public static interface CreateCustomRoutingEndpointGroupRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<CreateCustomRoutingEndpointGroupRequest.Builder,CreateCustomRoutingEndpointGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateCustomRoutingEndpointGroupRequest.BuilderdestinationConfigurations(Collection<CustomRoutingDestinationConfiguration> destinationConfigurations)Sets the port range and protocol for all endpoints (virtual private cloud subnets) in a custom routing endpoint group to accept client traffic on.CreateCustomRoutingEndpointGroupRequest.BuilderdestinationConfigurations(Consumer<CustomRoutingDestinationConfiguration.Builder>... destinationConfigurations)Sets the port range and protocol for all endpoints (virtual private cloud subnets) in a custom routing endpoint group to accept client traffic on.CreateCustomRoutingEndpointGroupRequest.BuilderdestinationConfigurations(CustomRoutingDestinationConfiguration... destinationConfigurations)Sets the port range and protocol for all endpoints (virtual private cloud subnets) in a custom routing endpoint group to accept client traffic on.CreateCustomRoutingEndpointGroupRequest.BuilderendpointGroupRegion(String endpointGroupRegion)The Amazon Web Services Region where the endpoint group is located.CreateCustomRoutingEndpointGroupRequest.BuilderidempotencyToken(String idempotencyToken)A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.CreateCustomRoutingEndpointGroupRequest.BuilderlistenerArn(String listenerArn)The Amazon Resource Name (ARN) of the listener for a custom routing endpoint.CreateCustomRoutingEndpointGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateCustomRoutingEndpointGroupRequest.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, sdkFields
-
-
-
-
Method Detail
-
listenerArn
CreateCustomRoutingEndpointGroupRequest.Builder listenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener for a custom routing endpoint.
- Parameters:
listenerArn- The Amazon Resource Name (ARN) of the listener for a custom routing endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointGroupRegion
CreateCustomRoutingEndpointGroupRequest.Builder endpointGroupRegion(String endpointGroupRegion)
The Amazon Web Services Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.
- Parameters:
endpointGroupRegion- The Amazon Web Services Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationConfigurations
CreateCustomRoutingEndpointGroupRequest.Builder destinationConfigurations(Collection<CustomRoutingDestinationConfiguration> destinationConfigurations)
Sets the port range and protocol for all endpoints (virtual private cloud subnets) in a custom routing endpoint group to accept client traffic on.
- Parameters:
destinationConfigurations- Sets the port range and protocol for all endpoints (virtual private cloud subnets) in a custom routing endpoint group to accept client traffic on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationConfigurations
CreateCustomRoutingEndpointGroupRequest.Builder destinationConfigurations(CustomRoutingDestinationConfiguration... destinationConfigurations)
Sets the port range and protocol for all endpoints (virtual private cloud subnets) in a custom routing endpoint group to accept client traffic on.
- Parameters:
destinationConfigurations- Sets the port range and protocol for all endpoints (virtual private cloud subnets) in a custom routing endpoint group to accept client traffic on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationConfigurations
CreateCustomRoutingEndpointGroupRequest.Builder destinationConfigurations(Consumer<CustomRoutingDestinationConfiguration.Builder>... destinationConfigurations)
Sets the port range and protocol for all endpoints (virtual private cloud subnets) in a custom routing endpoint group to accept client traffic on.
This is a convenience method that creates an instance of theCustomRoutingDestinationConfiguration.Builderavoiding the need to create one manually viaCustomRoutingDestinationConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#destinationConfigurations(List.) - Parameters:
destinationConfigurations- a consumer that will call methods onCustomRoutingDestinationConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#destinationConfigurations(java.util.Collection)
-
idempotencyToken
CreateCustomRoutingEndpointGroupRequest.Builder idempotencyToken(String idempotencyToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
- Parameters:
idempotencyToken- A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateCustomRoutingEndpointGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateCustomRoutingEndpointGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-