Interface PlainObject
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PlainObject.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-24T23:07:44.485Z") @Stability(Experimental) public interface PlainObject extends software.amazon.jsii.JsiiSerializable
(experimental) Serializable plain object value (JSII supported).
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPlainObject.BuilderA builder forPlainObjectstatic classPlainObject.Jsii$ProxyAn implementation forPlainObject
-
Method Summary
Static Methods Modifier and Type Method Description static PlainObject.Builderbuilder()
-
-
-
Method Detail
-
builder
@Stability(Experimental) static PlainObject.Builder builder()
- Returns:
- a
PlainObject.BuilderofPlainObject
-
-