public static interface FormInputBindingPropertiesValue.Builder extends SdkPojo, CopyableBuilder<FormInputBindingPropertiesValue.Builder,FormInputBindingPropertiesValue>
| Modifier and Type | Method and Description |
|---|---|
default FormInputBindingPropertiesValue.Builder |
bindingProperties(Consumer<FormInputBindingPropertiesValueProperties.Builder> bindingProperties)
Describes the properties to customize with data at runtime.
|
FormInputBindingPropertiesValue.Builder |
bindingProperties(FormInputBindingPropertiesValueProperties bindingProperties)
Describes the properties to customize with data at runtime.
|
FormInputBindingPropertiesValue.Builder |
type(String type)
The property type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFormInputBindingPropertiesValue.Builder type(String type)
The property type.
type - The property type.FormInputBindingPropertiesValue.Builder bindingProperties(FormInputBindingPropertiesValueProperties bindingProperties)
Describes the properties to customize with data at runtime.
bindingProperties - Describes the properties to customize with data at runtime.default FormInputBindingPropertiesValue.Builder bindingProperties(Consumer<FormInputBindingPropertiesValueProperties.Builder> bindingProperties)
Describes the properties to customize with data at runtime.
This is a convenience method that creates an instance of theFormInputBindingPropertiesValueProperties.Builder avoiding the need to create one manually via
FormInputBindingPropertiesValueProperties.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
bindingProperties(FormInputBindingPropertiesValueProperties).
bindingProperties - a consumer that will call methods on FormInputBindingPropertiesValueProperties.BuilderbindingProperties(FormInputBindingPropertiesValueProperties)Copyright © 2023. All rights reserved.