Interface SessionConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SessionConfiguration.Builder,,SessionConfiguration> SdkBuilder<SessionConfiguration.Builder,,SessionConfiguration> SdkPojo
- Enclosing class:
SessionConfiguration
@Mutable
@NotThreadSafe
public static interface SessionConfiguration.Builder
extends SdkPojo, CopyableBuilder<SessionConfiguration.Builder,SessionConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionsessionTimeoutInSeconds(Integer sessionTimeoutInSeconds) The session timeout in seconds.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
sessionTimeoutInSeconds
The session timeout in seconds. After this timeout, the session expires and subsequent requests to this session will receive an error. The minimum value is 900 seconds (15 minutes), the maximum value is 28800 seconds (8 hours), and the default value is 3600 seconds (1 hour).
- Parameters:
sessionTimeoutInSeconds- The session timeout in seconds. After this timeout, the session expires and subsequent requests to this session will receive an error. The minimum value is 900 seconds (15 minutes), the maximum value is 28800 seconds (8 hours), and the default value is 3600 seconds (1 hour).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-