Interface EnabledBaselineFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EnabledBaselineFilter.Builder,EnabledBaselineFilter>, SdkBuilder<EnabledBaselineFilter.Builder,EnabledBaselineFilter>, SdkPojo
Enclosing class:
EnabledBaselineFilter

public static interface EnabledBaselineFilter.Builder extends SdkPojo, CopyableBuilder<EnabledBaselineFilter.Builder,EnabledBaselineFilter>
  • Method Details

    • baselineIdentifiers

      EnabledBaselineFilter.Builder baselineIdentifiers(Collection<String> baselineIdentifiers)

      Identifiers for the Baseline objects returned as part of the filter operation.

      Parameters:
      baselineIdentifiers - Identifiers for the Baseline objects returned as part of the filter operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • baselineIdentifiers

      EnabledBaselineFilter.Builder baselineIdentifiers(String... baselineIdentifiers)

      Identifiers for the Baseline objects returned as part of the filter operation.

      Parameters:
      baselineIdentifiers - Identifiers for the Baseline objects returned as part of the filter operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetIdentifiers

      EnabledBaselineFilter.Builder targetIdentifiers(Collection<String> targetIdentifiers)

      Identifiers for the targets of the Baseline filter operation.

      Parameters:
      targetIdentifiers - Identifiers for the targets of the Baseline filter operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetIdentifiers

      EnabledBaselineFilter.Builder targetIdentifiers(String... targetIdentifiers)

      Identifiers for the targets of the Baseline filter operation.

      Parameters:
      targetIdentifiers - Identifiers for the targets of the Baseline filter operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.