public static interface AddCustomRoutingEndpointsRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<AddCustomRoutingEndpointsRequest.Builder,AddCustomRoutingEndpointsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddCustomRoutingEndpointsRequest.Builder endpointConfigurations(Collection<CustomRoutingEndpointConfiguration> endpointConfigurations)
The list of endpoint objects to add to a custom routing accelerator.
endpointConfigurations - The list of endpoint objects to add to a custom routing accelerator.AddCustomRoutingEndpointsRequest.Builder endpointConfigurations(CustomRoutingEndpointConfiguration... endpointConfigurations)
The list of endpoint objects to add to a custom routing accelerator.
endpointConfigurations - The list of endpoint objects to add to a custom routing accelerator.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.Builder
avoiding the need to create one manually via
CustomRoutingEndpointConfiguration.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #endpointConfigurations(List.
endpointConfigurations - a consumer that will call methods on
CustomRoutingEndpointConfiguration.Builder#endpointConfigurations(java.util.Collection) AddCustomRoutingEndpointsRequest.Builder endpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.
endpointGroupArn - The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.AddCustomRoutingEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddCustomRoutingEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.