Class CfnInclude.Builder

java.lang.Object
software.amazon.awscdk.core.CfnInclude.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInclude>
Enclosing class:
CfnInclude

@Stability(Deprecated) @Deprecated public static final class CfnInclude.Builder extends Object implements software.amazon.jsii.Builder<CfnInclude>
Deprecated.
(deprecated) A fluent builder for CfnInclude.
  • Method Details

    • create

      @Stability(Deprecated) @Deprecated public static CfnInclude.Builder create(software.constructs.Construct scope, String id)
      Deprecated.
      Parameters:
      scope - The parent construct of this template. This parameter is required.
      id - The ID of this construct. This parameter is required.
      Returns:
      a new instance of CfnInclude.Builder.
    • template

      @Stability(Deprecated) @Deprecated public CfnInclude.Builder template(com.fasterxml.jackson.databind.node.ObjectNode template)
      Deprecated.
      (deprecated) The CloudFormation template to include in the stack (as is).

      Parameters:
      template - The CloudFormation template to include in the stack (as is). This parameter is required.
      Returns:
      this
    • build

      @Stability(Deprecated) @Deprecated public CfnInclude build()
      Deprecated.
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnInclude>
      Returns:
      a newly built instance of CfnInclude.