Interface TimeBasedLinear.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TimeBasedLinear.Builder,TimeBasedLinear>,SdkBuilder<TimeBasedLinear.Builder,TimeBasedLinear>,SdkPojo
- Enclosing class:
- TimeBasedLinear
public static interface TimeBasedLinear.Builder extends SdkPojo, CopyableBuilder<TimeBasedLinear.Builder,TimeBasedLinear>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeBasedLinear.BuilderlinearInterval(Integer linearInterval)The number of minutes between each incremental traffic shift of aTimeBasedLineardeployment.TimeBasedLinear.BuilderlinearPercentage(Integer linearPercentage)The percentage of traffic that is shifted at the start of each increment of aTimeBasedLineardeployment.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
linearPercentage
TimeBasedLinear.Builder linearPercentage(Integer linearPercentage)
The percentage of traffic that is shifted at the start of each increment of a
TimeBasedLineardeployment.- Parameters:
linearPercentage- The percentage of traffic that is shifted at the start of each increment of aTimeBasedLineardeployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linearInterval
TimeBasedLinear.Builder linearInterval(Integer linearInterval)
The number of minutes between each incremental traffic shift of a
TimeBasedLineardeployment.- Parameters:
linearInterval- The number of minutes between each incremental traffic shift of aTimeBasedLineardeployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-