public static interface StringValueWhenUnsetConfiguration.Builder extends SdkPojo, CopyableBuilder<StringValueWhenUnsetConfiguration.Builder,StringValueWhenUnsetConfiguration>
| Modifier and Type | Method and Description |
|---|---|
StringValueWhenUnsetConfiguration.Builder |
customValue(String customValue)
A custom value that's used when the value of a parameter isn't set.
|
StringValueWhenUnsetConfiguration.Builder |
valueWhenUnsetOption(String valueWhenUnsetOption)
The built-in options for default values.
|
StringValueWhenUnsetConfiguration.Builder |
valueWhenUnsetOption(ValueWhenUnsetOption valueWhenUnsetOption)
The built-in options for default values.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStringValueWhenUnsetConfiguration.Builder valueWhenUnsetOption(String valueWhenUnsetOption)
The built-in options for default values. The value can be one of the following:
RECOMMENDED: The recommended value.
NULL: The NULL value.
valueWhenUnsetOption - The built-in options for default values. The value can be one of the following:
RECOMMENDED: The recommended value.
NULL: The NULL value.
ValueWhenUnsetOption,
ValueWhenUnsetOptionStringValueWhenUnsetConfiguration.Builder valueWhenUnsetOption(ValueWhenUnsetOption valueWhenUnsetOption)
The built-in options for default values. The value can be one of the following:
RECOMMENDED: The recommended value.
NULL: The NULL value.
valueWhenUnsetOption - The built-in options for default values. The value can be one of the following:
RECOMMENDED: The recommended value.
NULL: The NULL value.
ValueWhenUnsetOption,
ValueWhenUnsetOptionStringValueWhenUnsetConfiguration.Builder customValue(String customValue)
A custom value that's used when the value of a parameter isn't set.
customValue - A custom value that's used when the value of a parameter isn't set.Copyright © 2023. All rights reserved.