@Stability(value=Deprecated) @Deprecated public static final class CfnInclude.Builder extends Object implements software.amazon.jsii.Builder<CfnInclude>
CfnInclude
.Modifier and Type | Method and Description |
---|---|
CfnInclude |
build()
Deprecated.
|
static CfnInclude.Builder |
create(software.constructs.Construct scope,
String id)
Deprecated.
|
CfnInclude.Builder |
template(com.fasterxml.jackson.databind.node.ObjectNode template)
Deprecated.
|
@Stability(value=Deprecated) @Deprecated public static CfnInclude.Builder create(software.constructs.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=Deprecated) @Deprecated 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=Deprecated) @Deprecated public CfnInclude build()
build
in interface software.amazon.jsii.Builder<CfnInclude>
Copyright © 2022. All rights reserved.