public static interface CustomValuesConfiguration.Builder extends SdkPojo, CopyableBuilder<CustomValuesConfiguration.Builder,CustomValuesConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default CustomValuesConfiguration.Builder |
customValues(Consumer<CustomParameterValues.Builder> customValues)
Sets the value of the CustomValues property for this object.
|
CustomValuesConfiguration.Builder |
customValues(CustomParameterValues customValues)
Sets the value of the CustomValues property for this object.
|
CustomValuesConfiguration.Builder |
includeNullValue(Boolean includeNullValue)
Includes the null value in custom action parameter values.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomValuesConfiguration.Builder includeNullValue(Boolean includeNullValue)
Includes the null value in custom action parameter values.
includeNullValue - Includes the null value in custom action parameter values.CustomValuesConfiguration.Builder customValues(CustomParameterValues customValues)
customValues - The new value for the CustomValues property for this object.default CustomValuesConfiguration.Builder customValues(Consumer<CustomParameterValues.Builder> customValues)
CustomParameterValues.Builder avoiding
the need to create one manually via CustomParameterValues.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to customValues(CustomParameterValues).
customValues - a consumer that will call methods on CustomParameterValues.BuildercustomValues(CustomParameterValues)Copyright © 2023. All rights reserved.