@Stability(value=Stable) public static final class StructProperties.Builder extends Object implements software.amazon.jsii.Builder<StructProperties>
StructProperties| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
StructProperties |
build()
Builds the configured instance.
|
StructProperties.Builder |
myProp(String myProp)
Sets the value of
StructProperties.getMyProp() |
@Stability(value=Stable) public StructProperties.Builder myProp(String myProp)
StructProperties.getMyProp()myProp - the value to be set. This parameter is required.this@Stability(value=Stable) public StructProperties build()
build in interface software.amazon.jsii.Builder<StructProperties>StructPropertiesNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.