Uses of Class
software.amazon.awscdk.services.appconfig.RolloutStrategyProps.Builder
Packages that use RolloutStrategyProps.Builder
-
Uses of RolloutStrategyProps.Builder in software.amazon.awscdk.services.appconfig
Methods in software.amazon.awscdk.services.appconfig that return RolloutStrategyProps.BuilderModifier and TypeMethodDescriptionstatic RolloutStrategyProps.Builder
RolloutStrategyProps.builder()
RolloutStrategyProps.Builder.deploymentDuration
(Duration deploymentDuration) Sets the value ofRolloutStrategyProps.getDeploymentDuration()
RolloutStrategyProps.Builder.finalBakeTime
(Duration finalBakeTime) Sets the value ofRolloutStrategyProps.getFinalBakeTime()
RolloutStrategyProps.Builder.growthFactor
(Number growthFactor) Sets the value ofRolloutStrategyProps.getGrowthFactor()
Constructors in software.amazon.awscdk.services.appconfig with parameters of type RolloutStrategyProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(RolloutStrategyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theRolloutStrategyProps.Builder
.