Interface ConformancePackComplianceScoresFilters.Builder

    • Method Detail

      • conformancePackNames

        ConformancePackComplianceScoresFilters.Builder conformancePackNames​(Collection<String> conformancePackNames)

        The names of the conformance packs whose compliance scores you want to include in the conformance pack compliance score result set. You can include up to 25 conformance packs in the ConformancePackNames array of strings, each with a character limit of 256 characters for the conformance pack name.

        Parameters:
        conformancePackNames - The names of the conformance packs whose compliance scores you want to include in the conformance pack compliance score result set. You can include up to 25 conformance packs in the ConformancePackNames array of strings, each with a character limit of 256 characters for the conformance pack name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • conformancePackNames

        ConformancePackComplianceScoresFilters.Builder conformancePackNames​(String... conformancePackNames)

        The names of the conformance packs whose compliance scores you want to include in the conformance pack compliance score result set. You can include up to 25 conformance packs in the ConformancePackNames array of strings, each with a character limit of 256 characters for the conformance pack name.

        Parameters:
        conformancePackNames - The names of the conformance packs whose compliance scores you want to include in the conformance pack compliance score result set. You can include up to 25 conformance packs in the ConformancePackNames array of strings, each with a character limit of 256 characters for the conformance pack name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.