Interface ListComputeRequest.Builder

  • 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

      ListComputeRequest.Builder location(String location)

      The name of a location to retrieve compute resources for. For an Amazon GameLift Servers Anywhere fleet, use a custom location. For a managed fleet, provide a Amazon Web Services Region or Local Zone code (for example: us-west-2 or us-west-2-lax-1).

      Parameters:
      location - The name of a location to retrieve compute resources for. For an Amazon GameLift Servers Anywhere fleet, use a custom location. For a managed fleet, provide a Amazon Web Services Region or Local Zone code (for example: us-west-2 or us-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:
    • 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:
    • limit

      The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.

      Parameters:
      limit - The maximum number of results to return. Use this parameter with NextToken to 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.