public static interface AddEndpointsRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<AddEndpointsRequest.Builder,AddEndpointsRequest>
| Modifier and Type | Method and Description |
|---|---|
AddEndpointsRequest.Builder |
endpointConfigurations(Collection<EndpointConfiguration> endpointConfigurations)
The list of endpoint objects.
|
AddEndpointsRequest.Builder |
endpointConfigurations(Consumer<EndpointConfiguration.Builder>... endpointConfigurations)
The list of endpoint objects.
|
AddEndpointsRequest.Builder |
endpointConfigurations(EndpointConfiguration... endpointConfigurations)
The list of endpoint objects.
|
AddEndpointsRequest.Builder |
endpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group.
|
AddEndpointsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddEndpointsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddEndpointsRequest.Builder endpointConfigurations(Collection<EndpointConfiguration> endpointConfigurations)
The list of endpoint objects.
endpointConfigurations - The list of endpoint objects.AddEndpointsRequest.Builder endpointConfigurations(EndpointConfiguration... endpointConfigurations)
The list of endpoint objects.
endpointConfigurations - The list of endpoint objects.AddEndpointsRequest.Builder endpointConfigurations(Consumer<EndpointConfiguration.Builder>... endpointConfigurations)
The list of endpoint objects.
This is a convenience method that creates an instance of theEndpointConfiguration.Builder avoiding the
need to create one manually via
EndpointConfiguration.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
EndpointConfiguration.Builder#endpointConfigurations(java.util.Collection) AddEndpointsRequest.Builder endpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group.
endpointGroupArn - The Amazon Resource Name (ARN) of the endpoint group.AddEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.