public static interface ListFleetsResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<ListFleetsResponse.Builder,ListFleetsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFleetsResponse.Builder |
fleetIds(Collection<String> fleetIds)
Set of fleet IDs matching the list request.
|
ListFleetsResponse.Builder |
fleetIds(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 operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFleetsResponse.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.
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 operation. 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 operation. If no
token is returned, these results represent the end of the list.Copyright © 2020. All rights reserved.