Uses of Interface
software.amazon.awssdk.services.codedeploy.model.TimeBasedLinear.Builder
-
Packages that use TimeBasedLinear.Builder Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of TimeBasedLinear.Builder in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return TimeBasedLinear.Builder Modifier and Type Method Description static TimeBasedLinear.BuilderTimeBasedLinear. builder()TimeBasedLinear.BuilderTimeBasedLinear.Builder. linearInterval(Integer linearInterval)The number of minutes between each incremental traffic shift of aTimeBasedLineardeployment.TimeBasedLinear.BuilderTimeBasedLinear.Builder. linearPercentage(Integer linearPercentage)The percentage of traffic that is shifted at the start of each increment of aTimeBasedLineardeployment.TimeBasedLinear.BuilderTimeBasedLinear. toBuilder()Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type TimeBasedLinear.Builder Modifier and Type Method Description static Class<? extends TimeBasedLinear.Builder>TimeBasedLinear. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type TimeBasedLinear.Builder Modifier and Type Method Description default TrafficRoutingConfig.BuilderTrafficRoutingConfig.Builder. timeBasedLinear(Consumer<TimeBasedLinear.Builder> timeBasedLinear)A configuration that shifts traffic from one version of a Lambda function or Amazon ECS task set to another in equal increments, with an equal number of minutes between each increment.
-