public static interface ValueMapping.Builder extends SdkPojo, CopyableBuilder<ValueMapping.Builder,ValueMapping>
| Modifier and Type | Method and Description |
|---|---|
default ValueMapping.Builder |
displayValue(Consumer<FormInputValueProperty.Builder> displayValue)
The value to display for the complex object.
|
ValueMapping.Builder |
displayValue(FormInputValueProperty displayValue)
The value to display for the complex object.
|
default ValueMapping.Builder |
value(Consumer<FormInputValueProperty.Builder> value)
The complex object.
|
ValueMapping.Builder |
value(FormInputValueProperty value)
The complex object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildValueMapping.Builder displayValue(FormInputValueProperty displayValue)
The value to display for the complex object.
displayValue - The value to display for the complex object.default ValueMapping.Builder displayValue(Consumer<FormInputValueProperty.Builder> displayValue)
The value to display for the complex object.
This is a convenience method that creates an instance of theFormInputValueProperty.Builder avoiding
the need to create one manually via FormInputValueProperty.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to displayValue(FormInputValueProperty).
displayValue - a consumer that will call methods on FormInputValueProperty.BuilderdisplayValue(FormInputValueProperty)ValueMapping.Builder value(FormInputValueProperty value)
The complex object.
value - The complex object.default ValueMapping.Builder value(Consumer<FormInputValueProperty.Builder> value)
The complex object.
This is a convenience method that creates an instance of theFormInputValueProperty.Builder avoiding
the need to create one manually via FormInputValueProperty.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to value(FormInputValueProperty).
value - a consumer that will call methods on FormInputValueProperty.Buildervalue(FormInputValueProperty)Copyright © 2023. All rights reserved.