CopyableBuilder<ListFleetsResponse.Builder,ListFleetsResponse>
, SdkBuilder<ListFleetsResponse.Builder,ListFleetsResponse>
public static interface ListFleetsResponse.Builder extends CopyableBuilder<ListFleetsResponse.Builder,ListFleetsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListFleetsResponse.Builder |
fleetIds(String... fleetIds) |
Set of fleet IDs matching the list request.
|
ListFleetsResponse.Builder |
fleetIds(Collection<String> fleetIds) |
Set of fleet IDs matching the list request.
|
ListFleetsResponse.Builder |
nextToken(String nextToken) |
Token that indicates where to resume retrieving results on the next call to this action.
|
copy
apply, build
ListFleetsResponse.Builder fleetIds(Collection<String> fleetIds)
Set of fleet IDs matching the list request. You can retrieve additional information about all returned fleets by passing this result set to a call to DescribeFleetAttributes, DescribeFleetCapacity, or DescribeFleetUtilization.
fleetIds
- Set of fleet IDs matching the list request. You can retrieve additional information about all returned
fleets by passing this result set to a call to DescribeFleetAttributes,
DescribeFleetCapacity, or DescribeFleetUtilization.ListFleetsResponse.Builder fleetIds(String... fleetIds)
Set of fleet IDs matching the list request. You can retrieve additional information about all returned fleets by passing this result set to a call to DescribeFleetAttributes, DescribeFleetCapacity, or DescribeFleetUtilization.
NOTE: This method appends the values to the existing list (if any). Use
#setFleetIds(java.util.Collection)
or #withFleetIds(java.util.Collection)
if you want to
override the existing values.
fleetIds
- Set of fleet IDs matching the list request. You can retrieve additional information about all returned
fleets by passing this result set to a call to DescribeFleetAttributes,
DescribeFleetCapacity, or DescribeFleetUtilization.ListFleetsResponse.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.