public static class ExportedVariable.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExportedVariable |
build() |
ExportedVariable.Builder |
copy(ExportedVariable model) |
ExportedVariable.Builder |
name(String name)
Name of the parameter (case-sensitive).
|
ExportedVariable.Builder |
value(String value)
Value of the argument.
|
public ExportedVariable.Builder name(String name)
Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$.
name
- the value to setpublic ExportedVariable.Builder value(String value)
Value of the argument.
value
- the value to setpublic ExportedVariable build()
public ExportedVariable.Builder copy(ExportedVariable model)
Copyright © 2016–2024. All rights reserved.