Interface ConformancePackComplianceFilters.Builder

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

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

    • 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:
    • 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: