Class PlainObject.Builder
- java.lang.Object
-
- software.aws.awsprototypingsdk.cdkgraph.PlainObject.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<PlainObject>
- Enclosing interface:
- PlainObject
@Stability(Experimental) public static final class PlainObject.Builder extends Object implements software.amazon.jsii.Builder<PlainObject>
A builder forPlainObject
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
-
-
Method Detail
-
build
@Stability(Experimental) public PlainObject build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PlainObject>- Returns:
- a new instance of
PlainObject - Throws:
NullPointerException- if any required attribute was not provided
-
-