Package | Description |
---|---|
com.oracle.bmc.marketplace.model |
Modifier and Type | Method and Description |
---|---|
static OrchestrationVariable.Builder |
OrchestrationVariable.builder()
Create a new builder.
|
OrchestrationVariable.Builder |
OrchestrationVariable.Builder.copy(OrchestrationVariable model) |
OrchestrationVariable.Builder |
OrchestrationVariable.Builder.dataType(OrchestrationVariableTypeEnum dataType)
The data type of the variable.
|
OrchestrationVariable.Builder |
OrchestrationVariable.Builder.defaultValue(String defaultValue)
The variable’s default value.
|
OrchestrationVariable.Builder |
OrchestrationVariable.Builder.description(String description)
A description of the variable.
|
OrchestrationVariable.Builder |
OrchestrationVariable.Builder.hintMessage(String hintMessage)
A brief textual description that helps to explain the variable.
|
OrchestrationVariable.Builder |
OrchestrationVariable.Builder.isMandatory(Boolean isMandatory)
Whether the variable is mandatory.
|
OrchestrationVariable.Builder |
OrchestrationVariable.Builder.name(String name)
The name of the variable.
|
OrchestrationVariable.Builder |
OrchestrationVariable.toBuilder() |
Copyright © 2016–2024. All rights reserved.