@Stability(value=Experimental) public static final class SchemaOptions.Builder extends Object implements software.amazon.jsii.Builder<SchemaOptions>
SchemaOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SchemaOptions |
build()
Builds the configured instance.
|
SchemaOptions.Builder |
filePath(String filePath)
Sets the value of
SchemaOptions.getFilePath() |
@Stability(value=Experimental) public SchemaOptions.Builder filePath(String filePath)
SchemaOptions.getFilePath()filePath - The file path for the schema.
When this option is
configured, then the schema will be generated from an
existing file from disk.this@Stability(value=Experimental) public SchemaOptions build()
build in interface software.amazon.jsii.Builder<SchemaOptions>SchemaOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.