Uses of Interface
software.amazon.awssdk.services.cloudfront.model.SessionStickinessConfig.Builder
Packages that use SessionStickinessConfig.Builder
-
Uses of SessionStickinessConfig.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return SessionStickinessConfig.BuilderModifier and TypeMethodDescriptionSessionStickinessConfig.builder()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.SessionStickinessConfig.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type SessionStickinessConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SessionStickinessConfig.Builder>SessionStickinessConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type SessionStickinessConfig.BuilderModifier and TypeMethodDescriptionContinuousDeploymentSingleWeightConfig.Builder.sessionStickinessConfig(Consumer<SessionStickinessConfig.Builder> sessionStickinessConfig) Sets the value of the SessionStickinessConfig property for this object.