Interface AddCustomRoutingEndpointsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AddCustomRoutingEndpointsRequest.Builder,AddCustomRoutingEndpointsRequest>,GlobalAcceleratorRequest.Builder,SdkBuilder<AddCustomRoutingEndpointsRequest.Builder,AddCustomRoutingEndpointsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AddCustomRoutingEndpointsRequest
public static interface AddCustomRoutingEndpointsRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<AddCustomRoutingEndpointsRequest.Builder,AddCustomRoutingEndpointsRequest>
-
-
Method Summary
-
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
-
endpointConfigurations
AddCustomRoutingEndpointsRequest.Builder endpointConfigurations(Collection<CustomRoutingEndpointConfiguration> endpointConfigurations)
The list of endpoint objects to add to a custom routing accelerator.
- Parameters:
endpointConfigurations- The list of endpoint objects to add to a custom routing accelerator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointConfigurations
AddCustomRoutingEndpointsRequest.Builder endpointConfigurations(CustomRoutingEndpointConfiguration... endpointConfigurations)
The list of endpoint objects to add to a custom routing accelerator.
- Parameters:
endpointConfigurations- The list of endpoint objects to add to a custom routing accelerator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointConfigurations
AddCustomRoutingEndpointsRequest.Builder endpointConfigurations(Consumer<CustomRoutingEndpointConfiguration.Builder>... endpointConfigurations)
The list of endpoint objects to add to a custom routing accelerator.
This is a convenience method that creates an instance of theCustomRoutingEndpointConfiguration.Builderavoiding the need to create one manually viaCustomRoutingEndpointConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#endpointConfigurations(List.) - Parameters:
endpointConfigurations- a consumer that will call methods onCustomRoutingEndpointConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#endpointConfigurations(java.util.Collection)
-
endpointGroupArn
AddCustomRoutingEndpointsRequest.Builder endpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.
- Parameters:
endpointGroupArn- The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AddCustomRoutingEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AddCustomRoutingEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-