public static interface TimeBasedCanary.Builder extends SdkPojo, CopyableBuilder<TimeBasedCanary.Builder,TimeBasedCanary>
Modifier and Type | Method and Description |
---|---|
TimeBasedCanary.Builder |
canaryInterval(Integer canaryInterval)
The number of minutes between the first and second traffic shifts of a
TimeBasedCanary
deployment. |
TimeBasedCanary.Builder |
canaryPercentage(Integer canaryPercentage)
The percentage of traffic to shift in the first increment of a
TimeBasedCanary deployment. |
copy
applyMutation, build
TimeBasedCanary.Builder canaryPercentage(Integer canaryPercentage)
The percentage of traffic to shift in the first increment of a TimeBasedCanary
deployment.
canaryPercentage
- The percentage of traffic to shift in the first increment of a TimeBasedCanary
deployment.TimeBasedCanary.Builder canaryInterval(Integer canaryInterval)
The number of minutes between the first and second traffic shifts of a TimeBasedCanary
deployment.
canaryInterval
- The number of minutes between the first and second traffic shifts of a TimeBasedCanary
deployment.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.