Interface DeleteGameServerGroupRequest.Builder

    • Method Detail

      • gameServerGroupName

        DeleteGameServerGroupRequest.Builder gameServerGroupName​(String gameServerGroupName)

        A unique identifier for the game server group. Use either the name or ARN value.

        Parameters:
        gameServerGroupName - A unique identifier for the game server group. Use either the name or ARN value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deleteOption

        DeleteGameServerGroupRequest.Builder deleteOption​(String deleteOption)

        The type of delete to perform. Options include the following:

        • SAFE_DELETE – (default) Terminates the game server group and Amazon EC2 Auto Scaling group only when it has no game servers that are in UTILIZED status.

        • FORCE_DELETE – Terminates the game server group, including all active game servers regardless of their utilization status, and the Amazon EC2 Auto Scaling group.

        • RETAIN – Does a safe delete of the game server group but retains the Amazon EC2 Auto Scaling group as is.

        Parameters:
        deleteOption - The type of delete to perform. Options include the following:

        • SAFE_DELETE – (default) Terminates the game server group and Amazon EC2 Auto Scaling group only when it has no game servers that are in UTILIZED status.

        • FORCE_DELETE – Terminates the game server group, including all active game servers regardless of their utilization status, and the Amazon EC2 Auto Scaling group.

        • RETAIN – Does a safe delete of the game server group but retains the Amazon EC2 Auto Scaling group as is.

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

        DeleteGameServerGroupRequest.Builder deleteOption​(GameServerGroupDeleteOption deleteOption)

        The type of delete to perform. Options include the following:

        • SAFE_DELETE – (default) Terminates the game server group and Amazon EC2 Auto Scaling group only when it has no game servers that are in UTILIZED status.

        • FORCE_DELETE – Terminates the game server group, including all active game servers regardless of their utilization status, and the Amazon EC2 Auto Scaling group.

        • RETAIN – Does a safe delete of the game server group but retains the Amazon EC2 Auto Scaling group as is.

        Parameters:
        deleteOption - The type of delete to perform. Options include the following:

        • SAFE_DELETE – (default) Terminates the game server group and Amazon EC2 Auto Scaling group only when it has no game servers that are in UTILIZED status.

        • FORCE_DELETE – Terminates the game server group, including all active game servers regardless of their utilization status, and the Amazon EC2 Auto Scaling group.

        • RETAIN – Does a safe delete of the game server group but retains the Amazon EC2 Auto Scaling group as is.

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