Interface RemoveEndpointsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RemoveEndpointsRequest.Builder,RemoveEndpointsRequest>,GlobalAcceleratorRequest.Builder,SdkBuilder<RemoveEndpointsRequest.Builder,RemoveEndpointsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- RemoveEndpointsRequest
public static interface RemoveEndpointsRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<RemoveEndpointsRequest.Builder,RemoveEndpointsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoveEndpointsRequest.BuilderendpointGroupArn(String endpointGroupArn)The Amazon Resource Name (ARN) of the endpoint group.RemoveEndpointsRequest.BuilderendpointIdentifiers(Collection<EndpointIdentifier> endpointIdentifiers)The identifiers of the endpoints that you want to remove.RemoveEndpointsRequest.BuilderendpointIdentifiers(Consumer<EndpointIdentifier.Builder>... endpointIdentifiers)The identifiers of the endpoints that you want to remove.RemoveEndpointsRequest.BuilderendpointIdentifiers(EndpointIdentifier... endpointIdentifiers)The identifiers of the endpoints that you want to remove.RemoveEndpointsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RemoveEndpointsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFields
-
-
-
-
Method Detail
-
endpointIdentifiers
RemoveEndpointsRequest.Builder endpointIdentifiers(Collection<EndpointIdentifier> endpointIdentifiers)
The identifiers of the endpoints that you want to remove.
- Parameters:
endpointIdentifiers- The identifiers of the endpoints that you want to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointIdentifiers
RemoveEndpointsRequest.Builder endpointIdentifiers(EndpointIdentifier... endpointIdentifiers)
The identifiers of the endpoints that you want to remove.
- Parameters:
endpointIdentifiers- The identifiers of the endpoints that you want to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointIdentifiers
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.Builderavoiding the need to create one manually viaEndpointIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#endpointIdentifiers(List.) - Parameters:
endpointIdentifiers- a consumer that will call methods onEndpointIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#endpointIdentifiers(java.util.Collection)
-
endpointGroupArn
RemoveEndpointsRequest.Builder endpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group.
- Parameters:
endpointGroupArn- The Amazon Resource Name (ARN) of the endpoint group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RemoveEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RemoveEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-