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)
A collection of objects that contains capacity information for each requested fleet ID.
|
DescribeFleetCapacityResponse.Builder |
fleetCapacity(Consumer<FleetCapacity.Builder>... fleetCapacity)
A collection of objects that contains capacity information for each requested fleet ID.
|
DescribeFleetCapacityResponse.Builder |
fleetCapacity(FleetCapacity... fleetCapacity)
A collection of objects that contains capacity information for each requested fleet ID.
|
DescribeFleetCapacityResponse.Builder |
nextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFleetCapacityResponse.Builder fleetCapacity(Collection<FleetCapacity> fleetCapacity)
A collection of objects that contains capacity information for each requested fleet ID. Capacity objects are returned only for fleets that currently exist.
fleetCapacity - A collection of objects that contains capacity information for each requested fleet ID. Capacity
objects are returned only for fleets that currently exist.DescribeFleetCapacityResponse.Builder fleetCapacity(FleetCapacity... fleetCapacity)
A collection of objects that contains capacity information for each requested fleet ID. Capacity objects are returned only for fleets that currently exist.
fleetCapacity - A collection of objects that contains capacity information for each requested fleet ID. Capacity
objects are returned only for fleets that currently exist.DescribeFleetCapacityResponse.Builder fleetCapacity(Consumer<FleetCapacity.Builder>... fleetCapacity)
A collection of objects that contains capacity information for each requested fleet ID. Capacity objects are returned only for fleets that currently exist.
This is a convenience method 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)
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
nextToken - A token that indicates where to resume retrieving results on the next call to this operation. If no
token is returned, these results represent the end of the list.Copyright © 2022. All rights reserved.