Interface DataBindingValue.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DataBindingValue.Builder,,DataBindingValue> SdkBuilder<DataBindingValue.Builder,,DataBindingValue> SdkPojo
- Enclosing class:
 DataBindingValue
@Mutable
@NotThreadSafe
public static interface DataBindingValue.Builder
extends SdkPojo, CopyableBuilder<DataBindingValue.Builder,DataBindingValue> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault DataBindingValue.BuilderassetModelProperty(Consumer<AssetModelPropertyBindingValue.Builder> assetModelProperty) Sets the value of the AssetModelProperty property for this object.assetModelProperty(AssetModelPropertyBindingValue assetModelProperty) Sets the value of the AssetModelProperty property for this object.default DataBindingValue.BuilderassetProperty(Consumer<AssetPropertyBindingValue.Builder> assetProperty) The asset property value used in the data binding.assetProperty(AssetPropertyBindingValue assetProperty) The asset property value used in the data binding.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
- 
assetModelProperty
Sets the value of the AssetModelProperty property for this object.- Parameters:
 assetModelProperty- The new value for the AssetModelProperty property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
assetModelProperty
default DataBindingValue.Builder assetModelProperty(Consumer<AssetModelPropertyBindingValue.Builder> assetModelProperty) Sets the value of the AssetModelProperty property for this object. This is a convenience method that creates an instance of theAssetModelPropertyBindingValue.Builderavoiding the need to create one manually viaAssetModelPropertyBindingValue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toassetModelProperty(AssetModelPropertyBindingValue).- Parameters:
 assetModelProperty- a consumer that will call methods onAssetModelPropertyBindingValue.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
assetProperty
The asset property value used in the data binding.
- Parameters:
 assetProperty- The asset property value used in the data binding.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
assetProperty
default DataBindingValue.Builder assetProperty(Consumer<AssetPropertyBindingValue.Builder> assetProperty) The asset property value used in the data binding.
This is a convenience method that creates an instance of theAssetPropertyBindingValue.Builderavoiding the need to create one manually viaAssetPropertyBindingValue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toassetProperty(AssetPropertyBindingValue).- Parameters:
 assetProperty- a consumer that will call methods onAssetPropertyBindingValue.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -