Interface ConformancePackComplianceFilters.Builder

    • Method Detail

      • configRuleNames

        ConformancePackComplianceFilters.Builder configRuleNames​(Collection<String> configRuleNames)

        Filters the results by Config rule names.

        Parameters:
        configRuleNames - Filters the results by Config rule names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configRuleNames

        ConformancePackComplianceFilters.Builder configRuleNames​(String... configRuleNames)

        Filters the results by Config rule names.

        Parameters:
        configRuleNames - Filters the results by Config rule names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • complianceType

        ConformancePackComplianceFilters.Builder complianceType​(String complianceType)

        Filters the results by compliance.

        The allowed values are COMPLIANT and NON_COMPLIANT. INSUFFICIENT_DATA is not supported.

        Parameters:
        complianceType - Filters the results by compliance.

        The allowed values are COMPLIANT and NON_COMPLIANT. INSUFFICIENT_DATA is not supported.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConformancePackComplianceType, ConformancePackComplianceType