Interface FormInputBindingPropertiesValue.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<FormInputBindingPropertiesValue.Builder,,- FormInputBindingPropertiesValue> - SdkBuilder<FormInputBindingPropertiesValue.Builder,,- FormInputBindingPropertiesValue> - SdkPojo
- Enclosing class:
- FormInputBindingPropertiesValue
@Mutable
@NotThreadSafe
public static interface FormInputBindingPropertiesValue.Builder
extends SdkPojo, CopyableBuilder<FormInputBindingPropertiesValue.Builder,FormInputBindingPropertiesValue> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
typeThe property type. - Parameters:
- type- The property type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
bindingPropertiesFormInputBindingPropertiesValue.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.
 
- 
bindingPropertiesdefault 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 on- FormInputBindingPropertiesValueProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-