@Stability(value=Stable) public static final class CfnStackProps.Builder extends Object implements software.amazon.jsii.Builder<CfnStackProps>
CfnStackProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStackProps |
build()
Builds the configured instance.
|
CfnStackProps.Builder |
notificationArns(List<String> notificationArns)
Sets the value of
CfnStackProps.getNotificationArns() |
CfnStackProps.Builder |
parameters(IResolvable parameters)
Sets the value of
CfnStackProps.getParameters() |
CfnStackProps.Builder |
parameters(Map<String,String> parameters)
Sets the value of
CfnStackProps.getParameters() |
CfnStackProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnStackProps.getTags() |
CfnStackProps.Builder |
templateUrl(String templateUrl)
Sets the value of
CfnStackProps.getTemplateUrl() |
CfnStackProps.Builder |
timeoutInMinutes(Number timeoutInMinutes)
Sets the value of
CfnStackProps.getTimeoutInMinutes() |
@Stability(value=Stable) public CfnStackProps.Builder templateUrl(String templateUrl)
CfnStackProps.getTemplateUrl()templateUrl - `AWS::CloudFormation::Stack.TemplateURL`. This parameter is required.this@Stability(value=Stable) public CfnStackProps.Builder notificationArns(List<String> notificationArns)
CfnStackProps.getNotificationArns()notificationArns - `AWS::CloudFormation::Stack.NotificationARNs`.this@Stability(value=Stable) public CfnStackProps.Builder parameters(IResolvable parameters)
CfnStackProps.getParameters()parameters - `AWS::CloudFormation::Stack.Parameters`.this@Stability(value=Stable) public CfnStackProps.Builder parameters(Map<String,String> parameters)
CfnStackProps.getParameters()parameters - `AWS::CloudFormation::Stack.Parameters`.this@Stability(value=Stable) public CfnStackProps.Builder tags(List<? extends CfnTag> tags)
CfnStackProps.getTags()tags - `AWS::CloudFormation::Stack.Tags`.this@Stability(value=Stable) public CfnStackProps.Builder timeoutInMinutes(Number timeoutInMinutes)
CfnStackProps.getTimeoutInMinutes()timeoutInMinutes - `AWS::CloudFormation::Stack.TimeoutInMinutes`.this@Stability(value=Stable) public CfnStackProps build()
build in interface software.amazon.jsii.Builder<CfnStackProps>CfnStackPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.