Interface ListComputeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListComputeRequest.Builder,ListComputeRequest>,GameLiftRequest.Builder,SdkBuilder<ListComputeRequest.Builder,ListComputeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListComputeRequest
public static interface ListComputeRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<ListComputeRequest.Builder,ListComputeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListComputeRequest.BuilderfleetId(String fleetId)A unique identifier for the fleet to retrieve compute resources for.ListComputeRequest.Builderlimit(Integer limit)The maximum number of results to return.ListComputeRequest.Builderlocation(String location)The name of a location to retrieve compute resources for.ListComputeRequest.BuildernextToken(String nextToken)A token that indicates the start of the next sequential page of results.ListComputeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListComputeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
fleetId
ListComputeRequest.Builder fleetId(String fleetId)
A unique identifier for the fleet to retrieve compute resources for.
- Parameters:
fleetId- A unique identifier for the fleet to retrieve compute resources for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
ListComputeRequest.Builder location(String location)
The name of a location to retrieve compute resources for. For an Amazon GameLift Anywhere fleet, use a custom location. For a multi-location EC2 or container fleet, provide a Amazon Web Services Region or Local Zone code (for example:
us-west-2orus-west-2-lax-1).- Parameters:
location- The name of a location to retrieve compute resources for. For an Amazon GameLift Anywhere fleet, use a custom location. For a multi-location EC2 or container fleet, provide a Amazon Web Services Region or Local Zone code (for example:us-west-2orus-west-2-lax-1).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
ListComputeRequest.Builder limit(Integer limit)
The maximum number of results to return. Use this parameter with
NextTokento get results as a set of sequential pages.- Parameters:
limit- The maximum number of results to return. Use this parameter withNextTokento get results as a set of sequential pages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListComputeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListComputeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-