Uses of Interface
software.amazon.awssdk.services.ecs.model.LinearConfiguration.Builder
-
Packages that use LinearConfiguration.Builder Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of LinearConfiguration.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return LinearConfiguration.Builder Modifier and Type Method Description static LinearConfiguration.BuilderLinearConfiguration. builder()LinearConfiguration.BuilderLinearConfiguration.Builder. stepBakeTimeInMinutes(Integer stepBakeTimeInMinutes)The amount of time in minutes to wait between each traffic shifting step during a linear deployment.LinearConfiguration.BuilderLinearConfiguration.Builder. stepPercent(Double stepPercent)The percentage of production traffic to shift in each step during a linear deployment.LinearConfiguration.BuilderLinearConfiguration. toBuilder()Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type LinearConfiguration.Builder Modifier and Type Method Description static Class<? extends LinearConfiguration.Builder>LinearConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type LinearConfiguration.Builder Modifier and Type Method Description default DeploymentConfiguration.BuilderDeploymentConfiguration.Builder. linearConfiguration(Consumer<LinearConfiguration.Builder> linearConfiguration)Configuration for linear deployment strategy.
-