public static interface DeleteFleetLocationsRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<DeleteFleetLocationsRequest.Builder,DeleteFleetLocationsRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteFleetLocationsRequest.Builder |
fleetId(String fleetId)
A unique identifier for the fleet to delete locations for.
|
DeleteFleetLocationsRequest.Builder |
locations(Collection<String> locations)
The list of fleet locations to delete.
|
DeleteFleetLocationsRequest.Builder |
locations(String... locations)
The list of fleet locations to delete.
|
DeleteFleetLocationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteFleetLocationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteFleetLocationsRequest.Builder fleetId(String fleetId)
A unique identifier for the fleet to delete locations for. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for the fleet to delete locations for. You can use either the fleet ID or ARN
value.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.
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.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.
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.DeleteFleetLocationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteFleetLocationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.