Interface DeleteFleetLocationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteFleetLocationsRequest.Builder,DeleteFleetLocationsRequest>,GameLiftRequest.Builder,SdkBuilder<DeleteFleetLocationsRequest.Builder,DeleteFleetLocationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteFleetLocationsRequest
public static interface DeleteFleetLocationsRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<DeleteFleetLocationsRequest.Builder,DeleteFleetLocationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteFleetLocationsRequest.BuilderfleetId(String fleetId)A unique identifier for the fleet to delete locations for.DeleteFleetLocationsRequest.Builderlocations(String... locations)The list of fleet locations to delete.DeleteFleetLocationsRequest.Builderlocations(Collection<String> locations)The list of fleet locations to delete.DeleteFleetLocationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteFleetLocationsRequest.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.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, sdkFields
-
-
-
-
Method Detail
-
fleetId
DeleteFleetLocationsRequest.Builder fleetId(String 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
DeleteFleetLocationsRequest.Builder locations(Collection<String> 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
DeleteFleetLocationsRequest.Builder locations(String... 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteFleetLocationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-