public static interface DescribeFleetCapacityRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<DescribeFleetCapacityRequest.Builder,DescribeFleetCapacityRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetCapacityRequest.Builder |
fleetIds(Collection<String> fleetIds)
A unique identifier for a fleet(s) to retrieve capacity information for.
|
DescribeFleetCapacityRequest.Builder |
fleetIds(String... fleetIds)
A unique identifier for a fleet(s) to retrieve capacity information for.
|
DescribeFleetCapacityRequest.Builder |
limit(Integer limit)
The maximum number of results to return.
|
DescribeFleetCapacityRequest.Builder |
nextToken(String nextToken)
Token that indicates the start of the next sequential page of results.
|
DescribeFleetCapacityRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeFleetCapacityRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFleetCapacityRequest.Builder fleetIds(Collection<String> fleetIds)
A unique identifier for a fleet(s) to retrieve capacity information for. You can use either the fleet ID or ARN value.
fleetIds - A unique identifier for a fleet(s) to retrieve capacity information for. You can use either the fleet
ID or ARN value.DescribeFleetCapacityRequest.Builder fleetIds(String... fleetIds)
A unique identifier for a fleet(s) to retrieve capacity information for. You can use either the fleet ID or ARN value.
fleetIds - A unique identifier for a fleet(s) to retrieve capacity information for. You can use either the fleet
ID or ARN value.DescribeFleetCapacityRequest.Builder limit(Integer limit)
The maximum number of results to return. Use this parameter with NextToken to get results as a
set of sequential pages. This parameter is ignored when the request specifies one or a list of fleet IDs.
limit - The maximum number of results to return. Use this parameter with NextToken to get results
as a set of sequential pages. This parameter is ignored when the request specifies one or a list of
fleet IDs.DescribeFleetCapacityRequest.Builder nextToken(String nextToken)
Token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.
nextToken - Token that indicates the start of the next sequential page of results. Use the token that is returned
with a previous call to this operation. To start at the beginning of the result set, do not specify a
value. This parameter is ignored when the request specifies one or a list of fleet IDs.DescribeFleetCapacityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeFleetCapacityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.