Package | Description |
---|---|
com.oracle.bmc.applicationmigration.model |
Modifier and Type | Method and Description |
---|---|
static ConfigurationField.Builder |
ConfigurationField.builder()
Create a new builder.
|
ConfigurationField.Builder |
ConfigurationField.Builder.copy(ConfigurationField model) |
ConfigurationField.Builder |
ConfigurationField.Builder.description(String description)
Help text to guide the user in setting the configuration value.
|
ConfigurationField.Builder |
ConfigurationField.Builder.group(String group)
The name of the group to which this field belongs, if any.
|
ConfigurationField.Builder |
ConfigurationField.Builder.isMutable(Boolean isMutable)
Indicates whether or not the field may be modified (defaults to
true ). |
ConfigurationField.Builder |
ConfigurationField.Builder.isRequired(Boolean isRequired)
Indicates whether or not the field is required (defaults to
true ). |
ConfigurationField.Builder |
ConfigurationField.Builder.name(String name)
The name of the configuration field.
|
ConfigurationField.Builder |
ConfigurationField.Builder.resourceList(List<ResourceField> resourceList)
A list of resources associated with a specific configuration object.
|
ConfigurationField.Builder |
ConfigurationField.toBuilder() |
ConfigurationField.Builder |
ConfigurationField.Builder.type(String type)
The type of the configuration field.
|
ConfigurationField.Builder |
ConfigurationField.Builder.value(String value)
The value of the field.
|
Copyright © 2016–2023. All rights reserved.