public static interface TimeBasedLinear.Builder extends SdkPojo, CopyableBuilder<TimeBasedLinear.Builder,TimeBasedLinear>
Modifier and Type | Method and Description |
---|---|
TimeBasedLinear.Builder |
linearInterval(Integer linearInterval)
The number of minutes between each incremental traffic shift of a
TimeBasedLinear deployment. |
TimeBasedLinear.Builder |
linearPercentage(Integer linearPercentage)
The percentage of traffic that is shifted at the start of each increment of a
TimeBasedLinear
deployment. |
copy
applyMutation, build
TimeBasedLinear.Builder linearPercentage(Integer linearPercentage)
The percentage of traffic that is shifted at the start of each increment of a TimeBasedLinear
deployment.
linearPercentage
- The percentage of traffic that is shifted at the start of each increment of a
TimeBasedLinear
deployment.TimeBasedLinear.Builder linearInterval(Integer linearInterval)
The number of minutes between each incremental traffic shift of a TimeBasedLinear
deployment.
linearInterval
- The number of minutes between each incremental traffic shift of a TimeBasedLinear
deployment.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.