| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static TimeBasedCanary.Builder |
TimeBasedCanary.builder() |
TimeBasedCanary.Builder |
TimeBasedCanary.Builder.canaryInterval(Integer canaryInterval)
The number of minutes between the first and second traffic shifts of a
TimeBasedCanary
deployment. |
TimeBasedCanary.Builder |
TimeBasedCanary.Builder.canaryPercentage(Integer canaryPercentage)
The percentage of traffic to shift in the first increment of a
TimeBasedCanary deployment. |
TimeBasedCanary.Builder |
TimeBasedCanary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TimeBasedCanary.Builder> |
TimeBasedCanary.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2020. All rights reserved.