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 AWS Region as a remote location, in the form of an AWS 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 AWS Region as a remote location, in the form of an AWS 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 AWS Region as a remote location, in the form of an AWS 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 AWS Region as a remote location, in the form of an AWS 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 AWS Region as a remote location, in the form of an AWS Region code such as
us-west-2.
List.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #locations(List) .locations - a consumer that will call methods on List.Builder #locations(List) CreateFleetLocationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateFleetLocationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.