Interface ComputationModelDataBindingValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ComputationModelDataBindingValue.Builder,
,ComputationModelDataBindingValue> SdkBuilder<ComputationModelDataBindingValue.Builder,
,ComputationModelDataBindingValue> SdkPojo
- Enclosing class:
ComputationModelDataBindingValue
-
Method Summary
Modifier and TypeMethodDescriptionassetModelProperty
(Consumer<AssetModelPropertyBindingValue.Builder> assetModelProperty) Specifies an asset model property data binding value.assetModelProperty
(AssetModelPropertyBindingValue assetModelProperty) Specifies an asset model property data binding value.assetProperty
(Consumer<AssetPropertyBindingValue.Builder> assetProperty) The asset property value used for computation model data binding.assetProperty
(AssetPropertyBindingValue assetProperty) The asset property value used for computation model data binding.Specifies a list of data binding value.Specifies a list of data binding value.list
(ComputationModelDataBindingValue... list) Specifies a list of data binding value.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, sdkFieldNameToField, sdkFields
-
Method Details
-
assetModelProperty
ComputationModelDataBindingValue.Builder assetModelProperty(AssetModelPropertyBindingValue assetModelProperty) Specifies an asset model property data binding value.
- Parameters:
assetModelProperty
- Specifies an asset model property data binding value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetModelProperty
default ComputationModelDataBindingValue.Builder assetModelProperty(Consumer<AssetModelPropertyBindingValue.Builder> assetModelProperty) Specifies an asset model property data binding value.
This is a convenience method that creates an instance of theAssetModelPropertyBindingValue.Builder
avoiding the need to create one manually viaAssetModelPropertyBindingValue.builder()
.When the
Consumer
completes,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 for computation model data binding.
- Parameters:
assetProperty
- The asset property value used for computation model data binding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetProperty
default ComputationModelDataBindingValue.Builder assetProperty(Consumer<AssetPropertyBindingValue.Builder> assetProperty) The asset property value used for computation model data binding.
This is a convenience method that creates an instance of theAssetPropertyBindingValue.Builder
avoiding the need to create one manually viaAssetPropertyBindingValue.builder()
.When the
Consumer
completes,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:
-
list
Specifies a list of data binding value.
- Parameters:
list
- Specifies a list of data binding value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
list
Specifies a list of data binding value.
- Parameters:
list
- Specifies a list of data binding value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
list
ComputationModelDataBindingValue.Builder list(Consumer<ComputationModelDataBindingValue.Builder>... list) Specifies a list of data binding value.
This is a convenience method that creates an instance of theComputationModelDataBindingValue.Builder
avoiding the need to create one manually viaComputationModelDataBindingValue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolist(List<ComputationModelDataBindingValue>)
.- Parameters:
list
- a consumer that will call methods onComputationModelDataBindingValue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-