| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static ContinuousDeploymentSingleWeightConfig.Builder |
ContinuousDeploymentSingleWeightConfig.builder() |
default ContinuousDeploymentSingleWeightConfig.Builder |
ContinuousDeploymentSingleWeightConfig.Builder.sessionStickinessConfig(Consumer<SessionStickinessConfig.Builder> sessionStickinessConfig)
Sets the value of the SessionStickinessConfig property for this object.
|
ContinuousDeploymentSingleWeightConfig.Builder |
ContinuousDeploymentSingleWeightConfig.Builder.sessionStickinessConfig(SessionStickinessConfig sessionStickinessConfig)
Sets the value of the SessionStickinessConfig property for this object.
|
ContinuousDeploymentSingleWeightConfig.Builder |
ContinuousDeploymentSingleWeightConfig.toBuilder() |
ContinuousDeploymentSingleWeightConfig.Builder |
ContinuousDeploymentSingleWeightConfig.Builder.weight(Float weight)
The percentage of traffic to send to a staging distribution, expressed as a decimal number between 0 and .15.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ContinuousDeploymentSingleWeightConfig.Builder> |
ContinuousDeploymentSingleWeightConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TrafficConfig.Builder |
TrafficConfig.Builder.singleWeightConfig(Consumer<ContinuousDeploymentSingleWeightConfig.Builder> singleWeightConfig)
Contains the percentage of traffic to send to the staging distribution.
|
Copyright © 2023. All rights reserved.