public static interface UpdateFleetCapacityRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<UpdateFleetCapacityRequest.Builder,UpdateFleetCapacityRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateFleetCapacityRequest.Builder |
desiredInstances(Integer desiredInstances)
The number of Amazon EC2 instances you want to maintain in the specified fleet location.
|
UpdateFleetCapacityRequest.Builder |
fleetId(String fleetId)
A unique identifier for the fleet to update capacity settings for.
|
UpdateFleetCapacityRequest.Builder |
location(String location)
The name of a remote location to update fleet capacity settings for, in the form of an Amazon Web Services
Region code such as
us-west-2. |
UpdateFleetCapacityRequest.Builder |
maxSize(Integer maxSize)
The maximum number of instances that are allowed in the specified fleet location.
|
UpdateFleetCapacityRequest.Builder |
minSize(Integer minSize)
The minimum number of instances that are allowed in the specified fleet location.
|
UpdateFleetCapacityRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFleetCapacityRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFleetCapacityRequest.Builder fleetId(String fleetId)
A unique identifier for the fleet to update capacity settings for. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for the fleet to update capacity settings for. You can use either the fleet ID or
ARN value.UpdateFleetCapacityRequest.Builder desiredInstances(Integer desiredInstances)
The number of Amazon EC2 instances you want to maintain in the specified fleet location. This value must fall between the minimum and maximum size limits.
desiredInstances - The number of Amazon EC2 instances you want to maintain in the specified fleet location. This value
must fall between the minimum and maximum size limits.UpdateFleetCapacityRequest.Builder minSize(Integer minSize)
The minimum number of instances that are allowed in the specified fleet location. If this parameter is not set, the default is 0.
minSize - The minimum number of instances that are allowed in the specified fleet location. If this parameter is
not set, the default is 0.UpdateFleetCapacityRequest.Builder maxSize(Integer maxSize)
The maximum number of instances that are allowed in the specified fleet location. If this parameter is not set, the default is 1.
maxSize - The maximum number of instances that are allowed in the specified fleet location. If this parameter is
not set, the default is 1.UpdateFleetCapacityRequest.Builder location(String location)
The name of a remote location to update fleet capacity settings for, in the form of an Amazon Web Services
Region code such as us-west-2.
location - The name of a remote location to update fleet capacity settings for, in the form of an Amazon Web
Services Region code such as us-west-2.UpdateFleetCapacityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateFleetCapacityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.