Interface ComputationModelDataBindingUsageSummary.Builder

  • 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

      ComputationModelDataBindingUsageSummary.Builder computationModelIds(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.
    • 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

      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 the MatchedDataBinding.Builder avoiding the need to create one manually via MatchedDataBinding.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to matchedDataBinding(MatchedDataBinding).

      Parameters:
      matchedDataBinding - a consumer that will call methods on MatchedDataBinding.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: