Interface FormInputBindingPropertiesValue.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<FormInputBindingPropertiesValue.Builder,,FormInputBindingPropertiesValue> SdkBuilder<FormInputBindingPropertiesValue.Builder,,FormInputBindingPropertiesValue> SdkPojo
- Enclosing class:
 FormInputBindingPropertiesValue
public static interface FormInputBindingPropertiesValue.Builder
extends SdkPojo, CopyableBuilder<FormInputBindingPropertiesValue.Builder,FormInputBindingPropertiesValue> 
- 
Method Summary
Modifier and TypeMethodDescriptionbindingProperties(Consumer<FormInputBindingPropertiesValueProperties.Builder> bindingProperties) Describes the properties to customize with data at runtime.bindingProperties(FormInputBindingPropertiesValueProperties bindingProperties) Describes the properties to customize with data at runtime.The property type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
type
The property type.
- Parameters:
 type- The property type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
bindingProperties
FormInputBindingPropertiesValue.Builder bindingProperties(FormInputBindingPropertiesValueProperties bindingProperties) Describes the properties to customize with data at runtime.
- Parameters:
 bindingProperties- Describes the properties to customize with data at runtime.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
bindingProperties
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.Builderavoiding the need to create one manually viaFormInputBindingPropertiesValueProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobindingProperties(FormInputBindingPropertiesValueProperties).- Parameters:
 bindingProperties- a consumer that will call methods onFormInputBindingPropertiesValueProperties.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -