public static interface DescribeFleetCapacityRequest.Builder extends GameLiftRequest.Builder, CopyableBuilder<DescribeFleetCapacityRequest.Builder,DescribeFleetCapacityRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetCapacityRequest.Builder |
fleetIds(Collection<String> fleetIds)
Unique identifier for a fleet(s) to retrieve capacity information for.
|
DescribeFleetCapacityRequest.Builder |
fleetIds(String... fleetIds)
Unique identifier for a fleet(s) to retrieve capacity information for.
|
DescribeFleetCapacityRequest.Builder |
limit(Integer limit)
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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeFleetCapacityRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeFleetCapacityRequest.Builder fleetIds(Collection<String> fleetIds)
Unique identifier for a fleet(s) to retrieve capacity information for. To request capacity information for all fleets, leave this parameter empty.
fleetIds - Unique identifier for a fleet(s) to retrieve capacity information for. To request capacity information
for all fleets, leave this parameter empty.DescribeFleetCapacityRequest.Builder fleetIds(String... fleetIds)
Unique identifier for a fleet(s) to retrieve capacity information for. To request capacity information for all fleets, leave this parameter empty.
fleetIds - Unique identifier for a fleet(s) to retrieve capacity information for. To request capacity information
for all fleets, leave this parameter empty.DescribeFleetCapacityRequest.Builder limit(Integer limit)
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 - 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 action. 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 action. 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeFleetCapacityRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.