public static interface ConfigRuleComplianceFilters.Builder extends SdkPojo, CopyableBuilder<ConfigRuleComplianceFilters.Builder,ConfigRuleComplianceFilters>
| Modifier and Type | Method and Description |
|---|---|
ConfigRuleComplianceFilters.Builder |
accountId(String accountId)
The 12-digit account ID of the source account.
|
ConfigRuleComplianceFilters.Builder |
awsRegion(String awsRegion)
The source region where the data is aggregated.
|
ConfigRuleComplianceFilters.Builder |
complianceType(ComplianceType complianceType)
The rule compliance status.
|
ConfigRuleComplianceFilters.Builder |
complianceType(String complianceType)
The rule compliance status.
|
ConfigRuleComplianceFilters.Builder |
configRuleName(String configRuleName)
The name of the Config rule.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConfigRuleComplianceFilters.Builder configRuleName(String configRuleName)
The name of the Config rule.
configRuleName - The name of the Config rule.ConfigRuleComplianceFilters.Builder complianceType(String complianceType)
The rule compliance status.
For the ConfigRuleComplianceFilters data type, Config supports only COMPLIANT and
NON_COMPLIANT. Config does not support the NOT_APPLICABLE and the
INSUFFICIENT_DATA values.
complianceType - The rule compliance status.
For the ConfigRuleComplianceFilters data type, Config supports only
COMPLIANT and NON_COMPLIANT. Config does not support the
NOT_APPLICABLE and the INSUFFICIENT_DATA values.
ComplianceType,
ComplianceTypeConfigRuleComplianceFilters.Builder complianceType(ComplianceType complianceType)
The rule compliance status.
For the ConfigRuleComplianceFilters data type, Config supports only COMPLIANT and
NON_COMPLIANT. Config does not support the NOT_APPLICABLE and the
INSUFFICIENT_DATA values.
complianceType - The rule compliance status.
For the ConfigRuleComplianceFilters data type, Config supports only
COMPLIANT and NON_COMPLIANT. Config does not support the
NOT_APPLICABLE and the INSUFFICIENT_DATA values.
ComplianceType,
ComplianceTypeConfigRuleComplianceFilters.Builder accountId(String accountId)
The 12-digit account ID of the source account.
accountId - The 12-digit account ID of the source account.ConfigRuleComplianceFilters.Builder awsRegion(String awsRegion)
The source region where the data is aggregated.
awsRegion - The source region where the data is aggregated.Copyright © 2023. All rights reserved.