Package software.amazon.awscdk.core
Class CfnIncludeProps.Builder
java.lang.Object
software.amazon.awscdk.core.CfnIncludeProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIncludeProps>
- Enclosing interface:
- CfnIncludeProps
@Stability(Deprecated)
@Deprecated
public static final class CfnIncludeProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIncludeProps>
Deprecated.
A builder for
CfnIncludeProps
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
template
@Stability(Deprecated) @Deprecated public CfnIncludeProps.Builder template(com.fasterxml.jackson.databind.node.ObjectNode template) Deprecated.Sets the value ofCfnIncludeProps.getTemplate()
- Parameters:
template
- The CloudFormation template to include in the stack (as is). This parameter is required.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnIncludeProps>
- Returns:
- a new instance of
CfnIncludeProps
- Throws:
NullPointerException
- if any required attribute was not provided
-