public static class OrchestrationVariable.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OrchestrationVariable |
build() |
OrchestrationVariable.Builder |
copy(OrchestrationVariable model) |
OrchestrationVariable.Builder |
dataType(OrchestrationVariableTypeEnum dataType)
The data type of the variable.
|
OrchestrationVariable.Builder |
defaultValue(String defaultValue)
The variable’s default value.
|
OrchestrationVariable.Builder |
description(String description)
A description of the variable.
|
OrchestrationVariable.Builder |
hintMessage(String hintMessage)
A brief textual description that helps to explain the variable.
|
OrchestrationVariable.Builder |
isMandatory(Boolean isMandatory)
Whether the variable is mandatory.
|
OrchestrationVariable.Builder |
name(String name)
The name of the variable.
|
public OrchestrationVariable.Builder name(String name)
The name of the variable.
name
- the value to setpublic OrchestrationVariable.Builder defaultValue(String defaultValue)
The variable’s default value.
defaultValue
- the value to setpublic OrchestrationVariable.Builder description(String description)
A description of the variable.
description
- the value to setpublic OrchestrationVariable.Builder dataType(OrchestrationVariableTypeEnum dataType)
The data type of the variable.
dataType
- the value to setpublic OrchestrationVariable.Builder isMandatory(Boolean isMandatory)
Whether the variable is mandatory.
isMandatory
- the value to setpublic OrchestrationVariable.Builder hintMessage(String hintMessage)
A brief textual description that helps to explain the variable.
hintMessage
- the value to setpublic OrchestrationVariable build()
public OrchestrationVariable.Builder copy(OrchestrationVariable model)
Copyright © 2016–2024. All rights reserved.