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 the compute resources are registered to.
|
ListComputeRequest.Builder |
limit(Integer limit)
The maximum number of results to return.
|
ListComputeRequest.Builder |
location(String location)
The name of the custom location that the compute resources are assigned to.
|
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 the compute resources are registered to.
fleetId - A unique identifier for the fleet the compute resources are registered to.ListComputeRequest.Builder location(String location)
The name of the custom location that the compute resources are assigned to.
location - The name of the custom location that the compute resources are assigned to.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 © 2022. All rights reserved.