Interface ComputationModelDataBindingUsageSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ComputationModelDataBindingUsageSummary.Builder,,ComputationModelDataBindingUsageSummary> SdkBuilder<ComputationModelDataBindingUsageSummary.Builder,,ComputationModelDataBindingUsageSummary> SdkPojo
- Enclosing class:
ComputationModelDataBindingUsageSummary
-
Method Summary
Modifier and TypeMethodDescriptioncomputationModelIds(String... computationModelIds) The list of computation model IDs that use this data binding.computationModelIds(Collection<String> computationModelIds) The list of computation model IDs that use this data binding.matchedDataBinding(Consumer<MatchedDataBinding.Builder> matchedDataBinding) The data binding matched by the filter criteria.matchedDataBinding(MatchedDataBinding matchedDataBinding) The data binding matched by the filter criteria.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
-
computationModelIds
ComputationModelDataBindingUsageSummary.Builder computationModelIds(Collection<String> computationModelIds) The list of computation model IDs that use this data binding. This allows identification of all computation models affected by changes to the referenced data source.
- Parameters:
computationModelIds- The list of computation model IDs that use this data binding. This allows identification of all computation models affected by changes to the referenced data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
computationModelIds
The list of computation model IDs that use this data binding. This allows identification of all computation models affected by changes to the referenced data source.
- Parameters:
computationModelIds- The list of computation model IDs that use this data binding. This allows identification of all computation models affected by changes to the referenced data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchedDataBinding
ComputationModelDataBindingUsageSummary.Builder matchedDataBinding(MatchedDataBinding matchedDataBinding) The data binding matched by the filter criteria. Contains details about specific data binding values used by the computation models.
- Parameters:
matchedDataBinding- The data binding matched by the filter criteria. Contains details about specific data binding values used by the computation models.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchedDataBinding
default ComputationModelDataBindingUsageSummary.Builder matchedDataBinding(Consumer<MatchedDataBinding.Builder> matchedDataBinding) The data binding matched by the filter criteria. Contains details about specific data binding values used by the computation models.
This is a convenience method that creates an instance of theMatchedDataBinding.Builderavoiding the need to create one manually viaMatchedDataBinding.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomatchedDataBinding(MatchedDataBinding).- Parameters:
matchedDataBinding- a consumer that will call methods onMatchedDataBinding.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-