Interface ListComputeRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<ListComputeRequest.Builder,,ListComputeRequest> GameLiftRequest.Builder,SdkBuilder<ListComputeRequest.Builder,,ListComputeRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 ListComputeRequest
- 
Method Summary
Modifier and TypeMethodDescriptioncomputeStatus(String computeStatus) The status of computes in a managed container fleet, based on the success of the latest update deployment.computeStatus(ListComputeInputStatus computeStatus) The status of computes in a managed container fleet, based on the success of the latest update deployment.containerGroupDefinitionName(String containerGroupDefinitionName) For computes in a managed container fleet, the name of the deployed container group definition.A unique identifier for the fleet to retrieve compute resources for.The maximum number of results to return.The name of a location to retrieve compute resources for.A token that indicates the start of the next sequential page of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
The name of a location to retrieve compute resources for. For an Amazon GameLift Anywhere fleet, use a custom location. For a managed 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 managed 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.
 
 - 
containerGroupDefinitionName
For computes in a managed container fleet, the name of the deployed container group definition.
- Parameters:
 containerGroupDefinitionName- For computes in a managed container fleet, the name of the deployed container group definition.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
computeStatus
The status of computes in a managed container fleet, based on the success of the latest update deployment.
- 
 
ACTIVE-- The compute is deployed with the correct container definitions. It is ready to process game servers and host game sessions. - 
 
IMPAIRED-- An update deployment to the compute failed, and the compute is deployed with incorrect container definitions. 
- Parameters:
 computeStatus- The status of computes in a managed container fleet, based on the success of the latest update deployment.- 
        
ACTIVE-- The compute is deployed with the correct container definitions. It is ready to process game servers and host game sessions. - 
        
IMPAIRED-- An update deployment to the compute failed, and the compute is deployed with incorrect container definitions. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
computeStatus
The status of computes in a managed container fleet, based on the success of the latest update deployment.
- 
 
ACTIVE-- The compute is deployed with the correct container definitions. It is ready to process game servers and host game sessions. - 
 
IMPAIRED-- An update deployment to the compute failed, and the compute is deployed with incorrect container definitions. 
- Parameters:
 computeStatus- The status of computes in a managed container fleet, based on the success of the latest update deployment.- 
        
ACTIVE-- The compute is deployed with the correct container definitions. It is ready to process game servers and host game sessions. - 
        
IMPAIRED-- An update deployment to the compute failed, and the compute is deployed with incorrect container definitions. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
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
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) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
ListComputeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -