public static interface DateTimeValueWhenUnsetConfiguration.Builder extends SdkPojo, CopyableBuilder<DateTimeValueWhenUnsetConfiguration.Builder,DateTimeValueWhenUnsetConfiguration>
| Modifier and Type | Method and Description |
|---|---|
DateTimeValueWhenUnsetConfiguration.Builder |
customValue(Instant customValue)
A custom value that's used when the value of a parameter isn't set.
|
DateTimeValueWhenUnsetConfiguration.Builder |
valueWhenUnsetOption(String valueWhenUnsetOption)
The built-in options for default values.
|
DateTimeValueWhenUnsetConfiguration.Builder |
valueWhenUnsetOption(ValueWhenUnsetOption valueWhenUnsetOption)
The built-in options for default values.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDateTimeValueWhenUnsetConfiguration.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,
ValueWhenUnsetOptionDateTimeValueWhenUnsetConfiguration.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,
ValueWhenUnsetOptionDateTimeValueWhenUnsetConfiguration.Builder customValue(Instant 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.