public static interface ListFleetsRequest.Builder extends GameLiftRequest.Builder, CopyableBuilder<ListFleetsRequest.Builder,ListFleetsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFleetsRequest.Builder |
buildId(String buildId)
Unique identifier for a build to return fleets for.
|
ListFleetsRequest.Builder |
limit(Integer limit)
Maximum number of results to return.
|
ListFleetsRequest.Builder |
nextToken(String nextToken)
Token that indicates the start of the next sequential page of results.
|
ListFleetsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListFleetsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListFleetsRequest.Builder buildId(String buildId)
Unique identifier for a build to return fleets for. Use this parameter to return only fleets using the specified build. To retrieve all fleets, leave this parameter empty.
buildId - Unique identifier for a build to return fleets for. Use this parameter to return only fleets using the
specified build. To retrieve all fleets, leave this parameter empty.ListFleetsRequest.Builder limit(Integer limit)
Maximum number of results to return. Use this parameter with NextToken to get results as a set
of sequential pages.
limit - Maximum number of results to return. Use this parameter with NextToken to get results as
a set of sequential pages.ListFleetsRequest.Builder nextToken(String nextToken)
Token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To start at the beginning of the result set, do not specify a value.
nextToken - Token that indicates the start of the next sequential page of results. Use the token that is returned
with a previous call to this action. To start at the beginning of the result set, do not specify a
value.ListFleetsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListFleetsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.