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 that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #endpointConfigurations(List) .endpointConfigurations - a consumer that will call methods on List.Builder #endpointConfigurations(List) 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 © 2021. All rights reserved.