public static interface ListFleetsRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<ListFleetsRequest.Builder,ListFleetsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFleetsRequest.Builder |
buildId(String buildId)
A unique identifier for the build to request fleets for.
|
ListFleetsRequest.Builder |
limit(Integer limit)
The maximum number of results to return.
|
ListFleetsRequest.Builder |
nextToken(String nextToken)
A token that indicates the start of the next sequential page of results.
|
ListFleetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFleetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListFleetsRequest.Builder |
scriptId(String scriptId)
A unique identifier for the Realtime script to request fleets for.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFleetsRequest.Builder buildId(String buildId)
A unique identifier for the build to request fleets for. Use this parameter to return only fleets using a specified build. Use either the build ID or ARN value.
buildId - A unique identifier for the build to request fleets for. Use this parameter to return only fleets
using a specified build. Use either the build ID or ARN value.ListFleetsRequest.Builder scriptId(String scriptId)
A unique identifier for the Realtime script to request fleets for. Use this parameter to return only fleets using a specified script. Use either the script ID or ARN value.
scriptId - A unique identifier for the Realtime script to request fleets for. Use this parameter to return only
fleets using a specified script. Use either the script ID or ARN value.ListFleetsRequest.Builder limit(Integer limit)
The maximum number of results to return. Use this parameter with NextToken to get results as a
set of sequential pages.
limit - The 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)
A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
nextToken - A token that indicates the start of the next sequential page of results. Use the token that is
returned with a previous call to this operation. To start at the beginning of the result set, do not
specify a value.ListFleetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListFleetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.