public static interface CreateFleetLocationsRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<CreateFleetLocationsRequest.Builder,CreateFleetLocationsRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateFleetLocationsRequest.Builder |
fleetId(String fleetId)
A unique identifier for the fleet to add locations to.
|
CreateFleetLocationsRequest.Builder |
locations(Collection<LocationConfiguration> locations)
A list of locations to deploy additional instances to and manage as part of the fleet.
|
CreateFleetLocationsRequest.Builder |
locations(Consumer<LocationConfiguration.Builder>... locations)
A list of locations to deploy additional instances to and manage as part of the fleet.
|
CreateFleetLocationsRequest.Builder |
locations(LocationConfiguration... locations)
A list of locations to deploy additional instances to and manage as part of the fleet.
|
CreateFleetLocationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFleetLocationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFleetLocationsRequest.Builder fleetId(String fleetId)
A unique identifier for the fleet to add locations to. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for the fleet to add locations to. You can use either the fleet ID or ARN value.CreateFleetLocationsRequest.Builder locations(Collection<LocationConfiguration> locations)
A list of locations to deploy additional instances to and manage as part of the fleet. You can add any
GameLift-supported Amazon Web Services Region as a remote location, in the form of an Amazon Web Services
Region code such as us-west-2.
locations - A list of locations to deploy additional instances to and manage as part of the fleet. You can add any
GameLift-supported Amazon Web Services Region as a remote location, in the form of an Amazon Web
Services Region code such as us-west-2.CreateFleetLocationsRequest.Builder locations(LocationConfiguration... locations)
A list of locations to deploy additional instances to and manage as part of the fleet. You can add any
GameLift-supported Amazon Web Services Region as a remote location, in the form of an Amazon Web Services
Region code such as us-west-2.
locations - A list of locations to deploy additional instances to and manage as part of the fleet. You can add any
GameLift-supported Amazon Web Services Region as a remote location, in the form of an Amazon Web
Services Region code such as us-west-2.CreateFleetLocationsRequest.Builder locations(Consumer<LocationConfiguration.Builder>... locations)
A list of locations to deploy additional instances to and manage as part of the fleet. You can add any
GameLift-supported Amazon Web Services Region as a remote location, in the form of an Amazon Web Services
Region code such as us-west-2.
LocationConfiguration.Builder avoiding the need to
create one manually via
LocationConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #locations(List.
locations - a consumer that will call methods on
LocationConfiguration.Builder#locations(java.util.Collection) CreateFleetLocationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateFleetLocationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.