public static interface ConformancePackComplianceFilters.Builder extends SdkPojo, CopyableBuilder<ConformancePackComplianceFilters.Builder,ConformancePackComplianceFilters>
| Modifier and Type | Method and Description |
|---|---|
ConformancePackComplianceFilters.Builder |
complianceType(ConformancePackComplianceType complianceType)
Filters the results by compliance.
|
ConformancePackComplianceFilters.Builder |
complianceType(String complianceType)
Filters the results by compliance.
|
ConformancePackComplianceFilters.Builder |
configRuleNames(Collection<String> configRuleNames)
Filters the results by Config rule names.
|
ConformancePackComplianceFilters.Builder |
configRuleNames(String... configRuleNames)
Filters the results by Config rule names.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConformancePackComplianceFilters.Builder configRuleNames(Collection<String> configRuleNames)
Filters the results by Config rule names.
configRuleNames - Filters the results by Config rule names.ConformancePackComplianceFilters.Builder configRuleNames(String... configRuleNames)
Filters the results by Config rule names.
configRuleNames - Filters the results by Config rule names.ConformancePackComplianceFilters.Builder complianceType(String complianceType)
Filters the results by compliance.
The allowed values are COMPLIANT and NON_COMPLIANT. INSUFFICIENT_DATA
is not supported.
complianceType - Filters the results by compliance.
The allowed values are COMPLIANT and NON_COMPLIANT.
INSUFFICIENT_DATA is not supported.
ConformancePackComplianceType,
ConformancePackComplianceTypeConformancePackComplianceFilters.Builder complianceType(ConformancePackComplianceType complianceType)
Filters the results by compliance.
The allowed values are COMPLIANT and NON_COMPLIANT. INSUFFICIENT_DATA
is not supported.
complianceType - Filters the results by compliance.
The allowed values are COMPLIANT and NON_COMPLIANT.
INSUFFICIENT_DATA is not supported.
ConformancePackComplianceType,
ConformancePackComplianceTypeCopyright © 2023. All rights reserved.