public static final class BootstraplessSynthesizerProps.Builder
extends java.lang.Object
BootstraplessSynthesizerProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BootstraplessSynthesizerProps |
build()
Builds the configured instance.
|
BootstraplessSynthesizerProps.Builder |
cloudFormationExecutionRoleArn(java.lang.String cloudFormationExecutionRoleArn)
Sets the value of
BootstraplessSynthesizerProps.getCloudFormationExecutionRoleArn() |
BootstraplessSynthesizerProps.Builder |
deployRoleArn(java.lang.String deployRoleArn)
Sets the value of
BootstraplessSynthesizerProps.getDeployRoleArn() |
public BootstraplessSynthesizerProps.Builder cloudFormationExecutionRoleArn(java.lang.String cloudFormationExecutionRoleArn)
BootstraplessSynthesizerProps.getCloudFormationExecutionRoleArn()
cloudFormationExecutionRoleArn
- The CFN execution Role ARN to use.this
public BootstraplessSynthesizerProps.Builder deployRoleArn(java.lang.String deployRoleArn)
BootstraplessSynthesizerProps.getDeployRoleArn()
deployRoleArn
- The deploy Role ARN to use.this
public BootstraplessSynthesizerProps build()
BootstraplessSynthesizerProps
java.lang.NullPointerException
- if any required attribute was not provided