Interface DeleteFleetLocationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteFleetLocationsRequest.Builder,
,DeleteFleetLocationsRequest> GameLiftRequest.Builder
,SdkBuilder<DeleteFleetLocationsRequest.Builder,
,DeleteFleetLocationsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteFleetLocationsRequest
@Mutable
@NotThreadSafe
public static interface DeleteFleetLocationsRequest.Builder
extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<DeleteFleetLocationsRequest.Builder,DeleteFleetLocationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionA unique identifier for the fleet to delete locations for.The list of fleet locations to delete.locations
(Collection<String> locations) The list of fleet locations to delete.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.gamelift.model.GameLiftRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
fleetId
A unique identifier for the fleet to delete locations for. You can use either the fleet ID or ARN value.
- Parameters:
fleetId
- A unique identifier for the fleet to delete locations for. You can use either the fleet ID or ARN value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locations
The list of fleet locations to delete. Specify locations in the form of an Amazon Web Services Region code, such as
us-west-2
.- Parameters:
locations
- The list of fleet locations to delete. Specify locations in the form of an Amazon Web Services Region code, such asus-west-2
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locations
The list of fleet locations to delete. Specify locations in the form of an Amazon Web Services Region code, such as
us-west-2
.- Parameters:
locations
- The list of fleet locations to delete. Specify locations in the form of an Amazon Web Services Region code, such asus-west-2
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteFleetLocationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteFleetLocationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-