@Stability(value=Stable) public static final class CfnInclude.Builder extends Object
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) |
@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()
Copyright © 2019. All rights reserved.