Interface SessionStickinessConfig.Builder

  • Method Details

    • idleTTL

      The amount of time after which you want sessions to cease if no requests are received. Allowed values are 300–3600 seconds (5–60 minutes).

      The value must be less than or equal to MaximumTTL.

      Parameters:
      idleTTL - The amount of time after which you want sessions to cease if no requests are received. Allowed values are 300–3600 seconds (5–60 minutes).

      The value must be less than or equal to MaximumTTL.

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

      SessionStickinessConfig.Builder maximumTTL(Integer maximumTTL)

      The maximum amount of time to consider requests from the viewer as being part of the same session. Allowed values are 300–3600 seconds (5–60 minutes).

      The value must be greater than or equal to IdleTTL.

      Parameters:
      maximumTTL - The maximum amount of time to consider requests from the viewer as being part of the same session. Allowed values are 300–3600 seconds (5–60 minutes).

      The value must be greater than or equal to IdleTTL.

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