Interface MatchedDataBinding.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MatchedDataBinding.Builder,,MatchedDataBinding> SdkBuilder<MatchedDataBinding.Builder,,MatchedDataBinding> SdkPojo
- Enclosing class:
MatchedDataBinding
@Mutable
@NotThreadSafe
public static interface MatchedDataBinding.Builder
extends SdkPojo, CopyableBuilder<MatchedDataBinding.Builder,MatchedDataBinding>
-
Method Summary
Modifier and TypeMethodDescriptiondefault MatchedDataBinding.Buildervalue(Consumer<DataBindingValue.Builder> value) The value of the matched data binding.value(DataBindingValue value) The value of the matched 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
-
value
The value of the matched data binding.
- Parameters:
value- The value of the matched data binding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value of the matched data binding.
This is a convenience method that creates an instance of theDataBindingValue.Builderavoiding the need to create one manually viaDataBindingValue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalue(DataBindingValue).- Parameters:
value- a consumer that will call methods onDataBindingValue.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-