Package software.amazon.awscdk
Class CfnJsonProps.Builder
java.lang.Object
software.amazon.awscdk.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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnJsonProps.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
value
Sets the value ofCfnJsonProps.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
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnJsonProps>- Returns:
- a new instance of
CfnJsonProps - Throws:
NullPointerException- if any required attribute was not provided
-