Package software.amazon.awscdk.core
Class BootstraplessSynthesizer.Builder
java.lang.Object
software.amazon.awscdk.core.BootstraplessSynthesizer.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<BootstraplessSynthesizer>
- Enclosing class:
BootstraplessSynthesizer
@Stability(Stable)
public static final class BootstraplessSynthesizer.Builder
extends Object
implements software.amazon.jsii.Builder<BootstraplessSynthesizer>
A fluent builder for
BootstraplessSynthesizer
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
cloudFormationExecutionRoleArn
(String cloudFormationExecutionRoleArn) The CFN execution Role ARN to use.create()
deployRoleArn
(String deployRoleArn) The deploy Role ARN to use.
-
Method Details
-
create
- Returns:
- a new instance of
BootstraplessSynthesizer.Builder
.
-
cloudFormationExecutionRoleArn
@Stability(Stable) public BootstraplessSynthesizer.Builder cloudFormationExecutionRoleArn(String cloudFormationExecutionRoleArn) The CFN execution Role ARN to use.Default: - No CloudFormation role (use CLI credentials)
- Parameters:
cloudFormationExecutionRoleArn
- The CFN execution Role ARN to use. This parameter is required.- Returns:
this
-
deployRoleArn
The deploy Role ARN to use.Default: - No deploy role (use CLI credentials)
- Parameters:
deployRoleArn
- The deploy Role ARN to use. This parameter is required.- Returns:
this
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<BootstraplessSynthesizer>
- Returns:
- a newly built instance of
BootstraplessSynthesizer
.
-