@Stability(value=Experimental) public static final class BootstraplessSynthesizer.Builder extends Object implements software.amazon.jsii.Builder<BootstraplessSynthesizer>
BootstraplessSynthesizer.| Modifier and Type | Method and Description |
|---|---|
BootstraplessSynthesizer |
build() |
BootstraplessSynthesizer.Builder |
cloudFormationExecutionRoleArn(String cloudFormationExecutionRoleArn)
(experimental) The CFN execution Role ARN to use.
|
static BootstraplessSynthesizer.Builder |
create() |
BootstraplessSynthesizer.Builder |
deployRoleArn(String deployRoleArn)
(experimental) The deploy Role ARN to use.
|
@Stability(value=Experimental) public static BootstraplessSynthesizer.Builder create()
BootstraplessSynthesizer.Builder.@Stability(value=Experimental) public BootstraplessSynthesizer.Builder cloudFormationExecutionRoleArn(String cloudFormationExecutionRoleArn)
Default: - No CloudFormation role (use CLI credentials)
cloudFormationExecutionRoleArn - The CFN execution Role ARN to use. This parameter is required.this@Stability(value=Experimental) public BootstraplessSynthesizer.Builder deployRoleArn(String deployRoleArn)
Default: - No deploy role (use CLI credentials)
deployRoleArn - The deploy Role ARN to use. This parameter is required.this@Stability(value=Experimental) public BootstraplessSynthesizer build()
build in interface software.amazon.jsii.Builder<BootstraplessSynthesizer>Copyright © 2021. All rights reserved.