Interface GameSessionDetail.Builder

    • Method Detail

      • gameSession

        GameSessionDetail.Builder gameSession​(GameSession gameSession)

        Object that describes a game session.

        Parameters:
        gameSession - Object that describes a game session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • protectionPolicy

        GameSessionDetail.Builder protectionPolicy​(String protectionPolicy)

        Current status of protection for the game session.

        • NoProtection -- The game session can be terminated during a scale-down event.

        • FullProtection -- If the game session is in an ACTIVE status, it cannot be terminated during a scale-down event.

        Parameters:
        protectionPolicy - Current status of protection for the game session.

        • NoProtection -- The game session can be terminated during a scale-down event.

        • FullProtection -- If the game session is in an ACTIVE status, it cannot be terminated during a scale-down event.

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

        GameSessionDetail.Builder protectionPolicy​(ProtectionPolicy protectionPolicy)

        Current status of protection for the game session.

        • NoProtection -- The game session can be terminated during a scale-down event.

        • FullProtection -- If the game session is in an ACTIVE status, it cannot be terminated during a scale-down event.

        Parameters:
        protectionPolicy - Current status of protection for the game session.

        • NoProtection -- The game session can be terminated during a scale-down event.

        • FullProtection -- If the game session is in an ACTIVE status, it cannot be terminated during a scale-down event.

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