| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Type |
build()
Builds the configured instance.
|
Type.Builder |
inputString(String inputString)
Sets the value of
Type.getInputString() |
Type.Builder |
isPrimitive(Boolean isPrimitive)
Sets the value of
Type.getIsPrimitive() |
@Stability(value=Experimental) public Type.Builder inputString(String inputString)
Type.getInputString()inputString - Glue InputString for this type. This parameter is required.this@Stability(value=Experimental) public Type.Builder isPrimitive(Boolean isPrimitive)
Type.getIsPrimitive()isPrimitive - Indicates whether this type is a primitive data type. This parameter is required.this@Stability(value=Experimental) public Type build()
build in interface software.amazon.jsii.Builder<Type>TypeNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.