@Stability(value=Stable) public static final class CfnInclude.Builder extends Object implements software.amazon.jsii.Builder<CfnInclude>
CfnInclude
.Modifier and Type | Method and Description |
---|---|
CfnInclude |
build() |
static CfnInclude.Builder |
create(Construct scope,
String id) |
CfnInclude.Builder |
template(com.fasterxml.jackson.databind.node.ObjectNode template)
The CloudFormation template to include in the stack (as is).
|
@Stability(value=Stable) public static CfnInclude.Builder create(Construct scope, String id)
scope
- The parent construct of this template. This parameter is required.id
- The ID of this construct. This parameter is required.CfnInclude.Builder
.@Stability(value=Stable) public CfnInclude.Builder template(com.fasterxml.jackson.databind.node.ObjectNode template)
template
- The CloudFormation template to include in the stack (as is). This parameter is required.this
@Stability(value=Stable) public CfnInclude build()
build
in interface software.amazon.jsii.Builder<CfnInclude>
Copyright © 2020. All rights reserved.