@Stability(value=Stable) public static final class CfnDeploymentStrategy.Builder extends Object implements software.amazon.jsii.Builder<CfnDeploymentStrategy>
CfnDeploymentStrategy.| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentStrategy |
build() |
static CfnDeploymentStrategy.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDeploymentStrategy.Builder |
deploymentDurationInMinutes(Number deploymentDurationInMinutes)
`AWS::AppConfig::DeploymentStrategy.DeploymentDurationInMinutes`.
|
CfnDeploymentStrategy.Builder |
description(String description)
`AWS::AppConfig::DeploymentStrategy.Description`.
|
CfnDeploymentStrategy.Builder |
finalBakeTimeInMinutes(Number finalBakeTimeInMinutes)
`AWS::AppConfig::DeploymentStrategy.FinalBakeTimeInMinutes`.
|
CfnDeploymentStrategy.Builder |
growthFactor(Number growthFactor)
`AWS::AppConfig::DeploymentStrategy.GrowthFactor`.
|
CfnDeploymentStrategy.Builder |
growthType(String growthType)
`AWS::AppConfig::DeploymentStrategy.GrowthType`.
|
CfnDeploymentStrategy.Builder |
name(String name)
`AWS::AppConfig::DeploymentStrategy.Name`.
|
CfnDeploymentStrategy.Builder |
replicateTo(String replicateTo)
`AWS::AppConfig::DeploymentStrategy.ReplicateTo`.
|
CfnDeploymentStrategy.Builder |
tags(List<? extends CfnDeploymentStrategy.TagsProperty> tags)
`AWS::AppConfig::DeploymentStrategy.Tags`.
|
@Stability(value=Stable) public static CfnDeploymentStrategy.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnDeploymentStrategy.TagsProperty.Builder.@Stability(value=Stable) public CfnDeploymentStrategy.Builder deploymentDurationInMinutes(Number deploymentDurationInMinutes)
deploymentDurationInMinutes - `AWS::AppConfig::DeploymentStrategy.DeploymentDurationInMinutes`. This parameter is required.this@Stability(value=Stable) public CfnDeploymentStrategy.Builder growthFactor(Number growthFactor)
growthFactor - `AWS::AppConfig::DeploymentStrategy.GrowthFactor`. This parameter is required.this@Stability(value=Stable) public CfnDeploymentStrategy.Builder name(String name)
name - `AWS::AppConfig::DeploymentStrategy.Name`. This parameter is required.this@Stability(value=Stable) public CfnDeploymentStrategy.Builder replicateTo(String replicateTo)
replicateTo - `AWS::AppConfig::DeploymentStrategy.ReplicateTo`. This parameter is required.this@Stability(value=Stable) public CfnDeploymentStrategy.Builder description(String description)
description - `AWS::AppConfig::DeploymentStrategy.Description`. This parameter is required.this@Stability(value=Stable) public CfnDeploymentStrategy.Builder finalBakeTimeInMinutes(Number finalBakeTimeInMinutes)
finalBakeTimeInMinutes - `AWS::AppConfig::DeploymentStrategy.FinalBakeTimeInMinutes`. This parameter is required.this@Stability(value=Stable) public CfnDeploymentStrategy.Builder growthType(String growthType)
growthType - `AWS::AppConfig::DeploymentStrategy.GrowthType`. This parameter is required.this@Stability(value=Stable) public CfnDeploymentStrategy.Builder tags(List<? extends CfnDeploymentStrategy.TagsProperty> tags)
tags - `AWS::AppConfig::DeploymentStrategy.Tags`. This parameter is required.this@Stability(value=Stable) public CfnDeploymentStrategy build()
build in interface software.amazon.jsii.Builder<CfnDeploymentStrategy>Copyright © 2021. All rights reserved.