public static interface SessionStickinessConfig.Builder extends SdkPojo, CopyableBuilder<SessionStickinessConfig.Builder,SessionStickinessConfig>
| Modifier and Type | Method and Description |
|---|---|
SessionStickinessConfig.Builder |
idleTTL(Integer idleTTL)
The amount of time after which you want sessions to cease if no requests are received.
|
SessionStickinessConfig.Builder |
maximumTTL(Integer maximumTTL)
The maximum amount of time to consider requests from the viewer as being part of the same session.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSessionStickinessConfig.Builder idleTTL(Integer 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.
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.
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 less than or equal to IdleTTL.
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 less than or equal to IdleTTL.
Copyright © 2023. All rights reserved.