CopyableBuilder<DescribeFleetCapacityResponse.Builder,DescribeFleetCapacityResponse>
, SdkBuilder<DescribeFleetCapacityResponse.Builder,DescribeFleetCapacityResponse>
public static interface DescribeFleetCapacityResponse.Builder extends CopyableBuilder<DescribeFleetCapacityResponse.Builder,DescribeFleetCapacityResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeFleetCapacityResponse.Builder |
fleetCapacity(Collection<FleetCapacity> 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.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setFleetCapacity(java.util.Collection)
or #withFleetCapacity(java.util.Collection)
if you
want to override the existing values.
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 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.