public static final class FileCodeOptions.Builder
extends java.lang.Object
FileCodeOptions
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FileCodeOptions |
build()
Builds the configured instance.
|
FileCodeOptions.Builder |
filePath(java.lang.String filePath)
Sets the value of
FileCodeOptions.getFilePath() |
public FileCodeOptions.Builder filePath(java.lang.String filePath)
FileCodeOptions.getFilePath()
filePath
- The path of the file to read the code from. This parameter is required.this
public FileCodeOptions build()
FileCodeOptions
java.lang.NullPointerException
- if any required attribute was not provided