public static interface ContinuousDeploymentSingleWeightConfig.Builder extends SdkPojo, CopyableBuilder<ContinuousDeploymentSingleWeightConfig.Builder,ContinuousDeploymentSingleWeightConfig>
| Modifier and Type | Method and Description |
|---|---|
default 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.Builder |
weight(Float weight)
The percentage of traffic to send to a staging distribution, expressed as a decimal number between 0 and .15.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContinuousDeploymentSingleWeightConfig.Builder weight(Float weight)
The percentage of traffic to send to a staging distribution, expressed as a decimal number between 0 and .15.
weight - The percentage of traffic to send to a staging distribution, expressed as a decimal number between 0
and .15.ContinuousDeploymentSingleWeightConfig.Builder sessionStickinessConfig(SessionStickinessConfig sessionStickinessConfig)
sessionStickinessConfig - The new value for the SessionStickinessConfig property for this object.default ContinuousDeploymentSingleWeightConfig.Builder sessionStickinessConfig(Consumer<SessionStickinessConfig.Builder> sessionStickinessConfig)
SessionStickinessConfig.Builder avoiding
the need to create one manually via SessionStickinessConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to sessionStickinessConfig(SessionStickinessConfig).
sessionStickinessConfig - a consumer that will call methods on SessionStickinessConfig.BuildersessionStickinessConfig(SessionStickinessConfig)Copyright © 2023. All rights reserved.