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)
A set of fleet IDs that match the list request.
|
ListFleetsResponse.Builder |
fleetIds(String... fleetIds)
A set of fleet IDs that match the list request.
|
ListFleetsResponse.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, buildListFleetsResponse.Builder fleetIds(Collection<String> fleetIds)
A set of fleet IDs that match the list request. You can retrieve additional information about all returned fleets by passing this result set to a DescribeFleetAttributes, DescribeFleetCapacity, or DescribeFleetUtilization call.
fleetIds - A set of fleet IDs that match the list request. You can retrieve additional information about all
returned fleets by passing this result set to a DescribeFleetAttributes,
DescribeFleetCapacity, or DescribeFleetUtilization call.ListFleetsResponse.Builder fleetIds(String... fleetIds)
A set of fleet IDs that match the list request. You can retrieve additional information about all returned fleets by passing this result set to a DescribeFleetAttributes, DescribeFleetCapacity, or DescribeFleetUtilization call.
fleetIds - A set of fleet IDs that match the list request. You can retrieve additional information about all
returned fleets by passing this result set to a DescribeFleetAttributes,
DescribeFleetCapacity, or DescribeFleetUtilization call.ListFleetsResponse.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.