| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static TrafficRoutingConfig.Builder |
TrafficRoutingConfig.builder() |
default TrafficRoutingConfig.Builder |
TrafficRoutingConfig.Builder.timeBasedCanary(Consumer<TimeBasedCanary.Builder> timeBasedCanary)
A configuration that shifts traffic from one version of a Lambda function to another in two increments.
|
TrafficRoutingConfig.Builder |
TrafficRoutingConfig.Builder.timeBasedCanary(TimeBasedCanary timeBasedCanary)
A configuration that shifts traffic from one version of a Lambda function to another in two increments.
|
default TrafficRoutingConfig.Builder |
TrafficRoutingConfig.Builder.timeBasedLinear(Consumer<TimeBasedLinear.Builder> timeBasedLinear)
A configuration that shifts traffic from one version of a Lambda function to another in equal increments,
with an equal number of minutes between each increment.
|
TrafficRoutingConfig.Builder |
TrafficRoutingConfig.Builder.timeBasedLinear(TimeBasedLinear timeBasedLinear)
A configuration that shifts traffic from one version of a Lambda function to another in equal increments,
with an equal number of minutes between each increment.
|
TrafficRoutingConfig.Builder |
TrafficRoutingConfig.toBuilder() |
TrafficRoutingConfig.Builder |
TrafficRoutingConfig.Builder.type(String type)
The type of traffic shifting (
TimeBasedCanary or TimeBasedLinear) used by a
deployment configuration . |
TrafficRoutingConfig.Builder |
TrafficRoutingConfig.Builder.type(TrafficRoutingType type)
The type of traffic shifting (
TimeBasedCanary or TimeBasedLinear) used by a
deployment configuration . |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TrafficRoutingConfig.Builder> |
TrafficRoutingConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeploymentConfigInfo.Builder |
DeploymentConfigInfo.Builder.trafficRoutingConfig(Consumer<TrafficRoutingConfig.Builder> trafficRoutingConfig)
The configuration that specifies how the deployment traffic is routed.
|
default CreateDeploymentConfigRequest.Builder |
CreateDeploymentConfigRequest.Builder.trafficRoutingConfig(Consumer<TrafficRoutingConfig.Builder> trafficRoutingConfig)
The configuration that specifies how the deployment traffic is routed.
|
Copyright © 2020. All rights reserved.