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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default FormInputBindingPropertiesValue.BuilderbindingProperties(Consumer<FormInputBindingPropertiesValueProperties.Builder> bindingProperties)Describes the properties to customize with data at runtime.FormInputBindingPropertiesValue.BuilderbindingProperties(FormInputBindingPropertiesValueProperties bindingProperties)Describes the properties to customize with data at runtime.FormInputBindingPropertiesValue.Buildertype(String type)The property type.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
type
FormInputBindingPropertiesValue.Builder type(String 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:
bindingProperties(FormInputBindingPropertiesValueProperties)
-
-