public static interface ListComputeRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<ListComputeRequest.Builder,ListComputeRequest>
| Modifier and Type | Method and Description |
|---|---|
ListComputeRequest.Builder |
fleetId(String fleetId)
A unique identifier for the fleet to retrieve compute resources for.
|
ListComputeRequest.Builder |
limit(Integer limit)
The maximum number of results to return.
|
ListComputeRequest.Builder |
location(String location)
The name of a location to retrieve compute resources for.
|
ListComputeRequest.Builder |
nextToken(String nextToken)
A token that indicates the start of the next sequential page of results.
|
ListComputeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListComputeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListComputeRequest.Builder fleetId(String fleetId)
A unique identifier for the fleet to retrieve compute resources for.
fleetId - A unique identifier for the fleet to retrieve compute resources for.ListComputeRequest.Builder location(String location)
The name of a location to retrieve compute resources for.
location - The name of a location to retrieve compute resources for.ListComputeRequest.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.ListComputeRequest.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.ListComputeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListComputeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.