Interface LocationState.Builder

  • Method Details

    • location

      LocationState.Builder location(String location)

      The fleet location, expressed as an Amazon Web Services Region code such as us-west-2.

      Parameters:
      location - The fleet location, expressed as an Amazon Web Services Region code such as us-west-2.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      LocationState.Builder status(String status)

      The life-cycle status of a fleet location.

      Parameters:
      status - The life-cycle status of a fleet location.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The life-cycle status of a fleet location.

      Parameters:
      status - The life-cycle status of a fleet location.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • playerGatewayStatus

      LocationState.Builder playerGatewayStatus(String playerGatewayStatus)

      The current status of player gateway in this location for this fleet. Note, even if a fleet has PlayerGatewayMode configured as ENABLED, player gateway might not be available in a specific location. For more information about locations where player gateway is supported, see Amazon GameLift Servers service locations.

      Possible values include:

      • ENABLED -- Player gateway is available for this fleet location.

      • DISABLED -- Player gateway is not available for this fleet location.

      Parameters:
      playerGatewayStatus - The current status of player gateway in this location for this fleet. Note, even if a fleet has PlayerGatewayMode configured as ENABLED, player gateway might not be available in a specific location. For more information about locations where player gateway is supported, see Amazon GameLift Servers service locations.

      Possible values include:

      • ENABLED -- Player gateway is available for this fleet location.

      • DISABLED -- Player gateway is not available for this fleet location.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • playerGatewayStatus

      LocationState.Builder playerGatewayStatus(PlayerGatewayStatus playerGatewayStatus)

      The current status of player gateway in this location for this fleet. Note, even if a fleet has PlayerGatewayMode configured as ENABLED, player gateway might not be available in a specific location. For more information about locations where player gateway is supported, see Amazon GameLift Servers service locations.

      Possible values include:

      • ENABLED -- Player gateway is available for this fleet location.

      • DISABLED -- Player gateway is not available for this fleet location.

      Parameters:
      playerGatewayStatus - The current status of player gateway in this location for this fleet. Note, even if a fleet has PlayerGatewayMode configured as ENABLED, player gateway might not be available in a specific location. For more information about locations where player gateway is supported, see Amazon GameLift Servers service locations.

      Possible values include:

      • ENABLED -- Player gateway is available for this fleet location.

      • DISABLED -- Player gateway is not available for this fleet location.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: