@Stability(value=Stable) public static final class FileCodeOptions.Builder extends Object implements software.amazon.jsii.Builder<FileCodeOptions>
FileCodeOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FileCodeOptions |
build()
Builds the configured instance.
|
FileCodeOptions.Builder |
filePath(String filePath)
Sets the value of
FileCodeOptions.getFilePath() |
@Stability(value=Stable) public FileCodeOptions.Builder filePath(String filePath)
FileCodeOptions.getFilePath()filePath - The path of the file to read the code from. This parameter is required.this@Stability(value=Stable) public FileCodeOptions build()
build in interface software.amazon.jsii.Builder<FileCodeOptions>FileCodeOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.