| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static TimeBasedLinear.Builder |
TimeBasedLinear.builder() |
TimeBasedLinear.Builder |
TimeBasedLinear.Builder.linearInterval(Integer linearInterval)
The number of minutes between each incremental traffic shift of a
TimeBasedLinear deployment. |
TimeBasedLinear.Builder |
TimeBasedLinear.Builder.linearPercentage(Integer linearPercentage)
The percentage of traffic that is shifted at the start of each increment of a
TimeBasedLinear
deployment. |
TimeBasedLinear.Builder |
TimeBasedLinear.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TimeBasedLinear.Builder> |
TimeBasedLinear.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TrafficRoutingConfig.Builder |
TrafficRoutingConfig.Builder.timeBasedLinear(Consumer<TimeBasedLinear.Builder> timeBasedLinear)
A configuration that shifts traffic from one version of a Lambda function or ECS task set to another in equal
increments, with an equal number of minutes between each increment.
|
Copyright © 2022. All rights reserved.