@Stability(value=Stable) public static final class StackProps.Builder extends Object
StackProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
StackProps |
build()
Builds the configured instance.
|
StackProps.Builder |
description(String description)
Sets the value of Description
|
StackProps.Builder |
env(Environment env)
Sets the value of Env
|
StackProps.Builder |
stackName(String stackName)
Sets the value of StackName
|
StackProps.Builder |
tags(Map<String,String> tags)
Sets the value of Tags
|
@Stability(value=Stable) public StackProps.Builder description(String description)
description - A description of the stack.this@Stability(value=Stable) public StackProps.Builder env(Environment env)
env - The AWS environment (account/region) where this stack will be deployed.this@Stability(value=Stable) public StackProps.Builder stackName(String stackName)
stackName - Name to deploy the stack with.this@Stability(value=Stable) public StackProps.Builder tags(Map<String,String> tags)
tags - Stack tags that will be applied to all the taggable resources and the stack itself.this@Stability(value=Stable) public StackProps build()
StackPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.