@Stability(value=Experimental) public static final class IncludedNestedStack.Builder extends Object implements software.amazon.jsii.Builder<IncludedNestedStack>
IncludedNestedStack| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
IncludedNestedStack |
build()
Builds the configured instance.
|
IncludedNestedStack.Builder |
includedTemplate(CfnInclude includedTemplate)
Sets the value of
IncludedNestedStack.getIncludedTemplate() |
IncludedNestedStack.Builder |
stack(NestedStack stack)
Sets the value of
IncludedNestedStack.getStack() |
@Stability(value=Experimental) public IncludedNestedStack.Builder includedTemplate(CfnInclude includedTemplate)
IncludedNestedStack.getIncludedTemplate()includedTemplate - The CfnInclude that represents the template, which can be used to access Resources and other template elements. This parameter is required.this@Stability(value=Experimental) public IncludedNestedStack.Builder stack(NestedStack stack)
IncludedNestedStack.getStack()stack - The NestedStack object which represents the scope of the template. This parameter is required.this@Stability(value=Experimental) public IncludedNestedStack build()
build in interface software.amazon.jsii.Builder<IncludedNestedStack>IncludedNestedStackNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.