Interface ValueMapping.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ValueMapping.Builder,,- ValueMapping> - SdkBuilder<ValueMapping.Builder,,- ValueMapping> - SdkPojo
- Enclosing class:
- ValueMapping
@Mutable
@NotThreadSafe
public static interface ValueMapping.Builder
extends SdkPojo, CopyableBuilder<ValueMapping.Builder,ValueMapping> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault ValueMapping.BuilderdisplayValue(Consumer<FormInputValueProperty.Builder> displayValue) The value to display for the complex object.displayValue(FormInputValueProperty displayValue) The value to display for the complex object.default ValueMapping.BuilderThe complex object.value(FormInputValueProperty value) The complex object.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- 
displayValueThe value to display for the complex object. - Parameters:
- displayValue- The value to display for the complex object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
displayValueThe value to display for the complex object. This is a convenience method that creates an instance of theFormInputValueProperty.Builderavoiding the need to create one manually viaFormInputValueProperty.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todisplayValue(FormInputValueProperty).- Parameters:
- displayValue- a consumer that will call methods on- FormInputValueProperty.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
valueThe complex object. - Parameters:
- value- The complex object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valueThe complex object. This is a convenience method that creates an instance of theFormInputValueProperty.Builderavoiding the need to create one manually viaFormInputValueProperty.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalue(FormInputValueProperty).- Parameters:
- value- a consumer that will call methods on- FormInputValueProperty.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-