public static interface DescribeFleetCapacityResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeFleetCapacityResponse.Builder,DescribeFleetCapacityResponse>
Modifier and Type | Method and Description |
---|---|
DescribeFleetCapacityResponse.Builder |
fleetCapacity(Collection<FleetCapacity> fleetCapacity)
Collection of objects containing capacity information for each requested fleet ID.
|
DescribeFleetCapacityResponse.Builder |
fleetCapacity(Consumer<FleetCapacity.Builder>... fleetCapacity)
Collection of objects containing capacity information for each requested fleet ID.
|
DescribeFleetCapacityResponse.Builder |
fleetCapacity(FleetCapacity... fleetCapacity)
Collection of objects containing capacity information for each requested fleet ID.
|
DescribeFleetCapacityResponse.Builder |
nextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this action.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeFleetCapacityResponse.Builder fleetCapacity(Collection<FleetCapacity> fleetCapacity)
Collection of objects containing capacity information for each requested fleet ID. Leave this parameter empty to retrieve capacity information for all fleets.
fleetCapacity
- Collection of objects containing capacity information for each requested fleet ID. Leave this
parameter empty to retrieve capacity information for all fleets.DescribeFleetCapacityResponse.Builder fleetCapacity(FleetCapacity... fleetCapacity)
Collection of objects containing capacity information for each requested fleet ID. Leave this parameter empty to retrieve capacity information for all fleets.
fleetCapacity
- Collection of objects containing capacity information for each requested fleet ID. Leave this
parameter empty to retrieve capacity information for all fleets.DescribeFleetCapacityResponse.Builder fleetCapacity(Consumer<FleetCapacity.Builder>... fleetCapacity)
Collection of objects containing capacity information for each requested fleet ID. Leave this parameter empty to retrieve capacity information for all fleets.
This is a convenience that creates an instance of theList.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 #fleetCapacity(List)
.fleetCapacity
- a consumer that will call methods on List.Builder
#fleetCapacity(List)
DescribeFleetCapacityResponse.Builder nextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
nextToken
- Token that indicates where to resume retrieving results on the next call to this action. If no token
is returned, these results represent the end of the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.