Interface ValueMappings.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ValueMappings.Builder,,- ValueMappings> - SdkBuilder<ValueMappings.Builder,,- ValueMappings> - SdkPojo
- Enclosing class:
- ValueMappings
@Mutable
@NotThreadSafe
public static interface ValueMappings.Builder
extends SdkPojo, CopyableBuilder<ValueMappings.Builder,ValueMappings> 
- 
Method SummaryModifier and TypeMethodDescriptionbindingProperties(Map<String, FormInputBindingPropertiesValue> bindingProperties) The information to bind fields to data at runtime.values(Collection<ValueMapping> values) The value and display value pairs.values(Consumer<ValueMapping.Builder>... values) The value and display value pairs.values(ValueMapping... values) The value and display value pairs.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- 
valuesThe value and display value pairs. - Parameters:
- values- The value and display value pairs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valuesThe value and display value pairs. - Parameters:
- values- The value and display value pairs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valuesThe value and display value pairs. This is a convenience method that creates an instance of theValueMapping.Builderavoiding the need to create one manually viaValueMapping.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalues(List<ValueMapping>).- Parameters:
- values- a consumer that will call methods on- ValueMapping.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
bindingPropertiesValueMappings.Builder bindingProperties(Map<String, FormInputBindingPropertiesValue> bindingProperties) The information to bind fields to data at runtime. - Parameters:
- bindingProperties- The information to bind fields to data at runtime.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-