Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ContinuousDeploymentSingleWeightConfig.Builder
Packages that use ContinuousDeploymentSingleWeightConfig.Builder
-
Uses of ContinuousDeploymentSingleWeightConfig.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ContinuousDeploymentSingleWeightConfig.BuilderModifier and TypeMethodDescriptionContinuousDeploymentSingleWeightConfig.builder()ContinuousDeploymentSingleWeightConfig.Builder.sessionStickinessConfig(Consumer<SessionStickinessConfig.Builder> sessionStickinessConfig) Sets the value of the SessionStickinessConfig property for this object.ContinuousDeploymentSingleWeightConfig.Builder.sessionStickinessConfig(SessionStickinessConfig sessionStickinessConfig) Sets the value of the SessionStickinessConfig property for this object.ContinuousDeploymentSingleWeightConfig.toBuilder()The percentage of traffic to send to a staging distribution, expressed as a decimal number between 0 and 0.15.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ContinuousDeploymentSingleWeightConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ContinuousDeploymentSingleWeightConfig.Builder>ContinuousDeploymentSingleWeightConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type ContinuousDeploymentSingleWeightConfig.BuilderModifier and TypeMethodDescriptiondefault TrafficConfig.BuilderTrafficConfig.Builder.singleWeightConfig(Consumer<ContinuousDeploymentSingleWeightConfig.Builder> singleWeightConfig) Contains the percentage of traffic to send to the staging distribution.