public static interface RemoveEndpointsRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<RemoveEndpointsRequest.Builder,RemoveEndpointsRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveEndpointsRequest.Builder |
endpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group.
|
RemoveEndpointsRequest.Builder |
endpointIdentifiers(Collection<EndpointIdentifier> endpointIdentifiers)
The identifiers of the endpoints that you want to remove.
|
RemoveEndpointsRequest.Builder |
endpointIdentifiers(Consumer<EndpointIdentifier.Builder>... endpointIdentifiers)
The identifiers of the endpoints that you want to remove.
|
RemoveEndpointsRequest.Builder |
endpointIdentifiers(EndpointIdentifier... endpointIdentifiers)
The identifiers of the endpoints that you want to remove.
|
RemoveEndpointsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveEndpointsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveEndpointsRequest.Builder endpointIdentifiers(Collection<EndpointIdentifier> endpointIdentifiers)
The identifiers of the endpoints that you want to remove.
endpointIdentifiers - The identifiers of the endpoints that you want to remove.RemoveEndpointsRequest.Builder endpointIdentifiers(EndpointIdentifier... endpointIdentifiers)
The identifiers of the endpoints that you want to remove.
endpointIdentifiers - The identifiers of the endpoints that you want to remove.RemoveEndpointsRequest.Builder endpointIdentifiers(Consumer<EndpointIdentifier.Builder>... endpointIdentifiers)
The identifiers of the endpoints that you want to remove.
This is a convenience method that creates an instance of theEndpointIdentifier.Builder avoiding the need
to create one manually via
EndpointIdentifier.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #endpointIdentifiers(List.
endpointIdentifiers - a consumer that will call methods on
EndpointIdentifier.Builder#endpointIdentifiers(java.util.Collection) RemoveEndpointsRequest.Builder endpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group.
endpointGroupArn - The Amazon Resource Name (ARN) of the endpoint group.RemoveEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.