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.Builder
value
(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
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
-
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.Builder
avoiding the need to create one manually viaDataBindingValue.builder()
.When the
Consumer
completes,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:
-