Class CfnJsonProps.Builder

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

@Stability(Stable) public static final class CfnJsonProps.Builder extends Object implements software.amazon.jsii.Builder<CfnJsonProps>
A builder for CfnJsonProps
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • value

      @Stability(Stable) public CfnJsonProps.Builder value(Object value)
      Sets the value of CfnJsonProps.getValue()
      Parameters:
      value - The value to resolve. This parameter is required. Can be any JavaScript object, including tokens and references in keys or values.
      Returns:
      this
    • build

      @Stability(Stable) public CfnJsonProps build()
      Builds the configured instance.
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnJsonProps>
      Returns:
      a new instance of CfnJsonProps
      Throws:
      NullPointerException - if any required attribute was not provided