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.BuildercomputeStatus(String computeStatus)The status of computes in a managed container fleet, based on the success of the latest update deployment.ListComputeRequest.BuildercomputeStatus(ListComputeInputStatus computeStatus)The status of computes in a managed container fleet, based on the success of the latest update deployment.ListComputeRequest.BuildercontainerGroupDefinitionName(String containerGroupDefinitionName)For computes in a managed container fleet, the name of the deployed container group definition.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, sdkFieldNameToField, 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 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
ListComputeRequest.Builder containerGroupDefinitionName(String 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
ListComputeRequest.Builder computeStatus(String 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:
ListComputeInputStatus,ListComputeInputStatus
-
-
computeStatus
ListComputeRequest.Builder computeStatus(ListComputeInputStatus 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:
ListComputeInputStatus,ListComputeInputStatus
-
-
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
-
-