Interface SessionStickinessConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SessionStickinessConfig.Builder,
,SessionStickinessConfig> SdkBuilder<SessionStickinessConfig.Builder,
,SessionStickinessConfig> SdkPojo
- Enclosing class:
SessionStickinessConfig
@Mutable
@NotThreadSafe
public static interface SessionStickinessConfig.Builder
extends SdkPojo, CopyableBuilder<SessionStickinessConfig.Builder,SessionStickinessConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe amount of time after which you want sessions to cease if no requests are received.maximumTTL
(Integer maximumTTL) The maximum amount of time to consider requests from the viewer as being part of the same session.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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
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.
-