Uses of Interface
software.amazon.awssdk.services.codedeploy.model.TimeBasedCanary.Builder
-
Packages that use TimeBasedCanary.Builder Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of TimeBasedCanary.Builder in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return TimeBasedCanary.Builder Modifier and Type Method Description static TimeBasedCanary.BuilderTimeBasedCanary. builder()TimeBasedCanary.BuilderTimeBasedCanary.Builder. canaryInterval(Integer canaryInterval)The number of minutes between the first and second traffic shifts of aTimeBasedCanarydeployment.TimeBasedCanary.BuilderTimeBasedCanary.Builder. canaryPercentage(Integer canaryPercentage)The percentage of traffic to shift in the first increment of aTimeBasedCanarydeployment.TimeBasedCanary.BuilderTimeBasedCanary. toBuilder()Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type TimeBasedCanary.Builder Modifier and Type Method Description static Class<? extends TimeBasedCanary.Builder>TimeBasedCanary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type TimeBasedCanary.Builder Modifier and Type Method Description default TrafficRoutingConfig.BuilderTrafficRoutingConfig.Builder. timeBasedCanary(Consumer<TimeBasedCanary.Builder> timeBasedCanary)A configuration that shifts traffic from one version of a Lambda function or ECS task set to another in two increments.
-