Interface EnabledBaselineFilter.Builder

    • Method Detail

      • 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.
      • parentIdentifiers

        EnabledBaselineFilter.Builder parentIdentifiers​(Collection<String> parentIdentifiers)

        An optional filter that sets up a list of parentIdentifiers to filter the results of the ListEnabledBaseline output.

        Parameters:
        parentIdentifiers - An optional filter that sets up a list of parentIdentifiers to filter the results of the ListEnabledBaseline output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parentIdentifiers

        EnabledBaselineFilter.Builder parentIdentifiers​(String... parentIdentifiers)

        An optional filter that sets up a list of parentIdentifiers to filter the results of the ListEnabledBaseline output.

        Parameters:
        parentIdentifiers - An optional filter that sets up a list of parentIdentifiers to filter the results of the ListEnabledBaseline output.
        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.