public static interface GetComplianceDetailsByConfigRuleRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<GetComplianceDetailsByConfigRuleRequest.Builder,GetComplianceDetailsByConfigRuleRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetComplianceDetailsByConfigRuleRequest.Builder configRuleName(String configRuleName)
The name of the Config rule for which you want compliance information.
configRuleName - The name of the Config rule for which you want compliance information.GetComplianceDetailsByConfigRuleRequest.Builder complianceTypesWithStrings(Collection<String> complianceTypes)
Filters the results by compliance.
INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config rule
cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a ComplianceType
for filtering results.
complianceTypes - Filters the results by compliance.
INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config
rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a
ComplianceType for filtering results.
GetComplianceDetailsByConfigRuleRequest.Builder complianceTypesWithStrings(String... complianceTypes)
Filters the results by compliance.
INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config rule
cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a ComplianceType
for filtering results.
complianceTypes - Filters the results by compliance.
INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config
rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a
ComplianceType for filtering results.
GetComplianceDetailsByConfigRuleRequest.Builder complianceTypes(Collection<ComplianceType> complianceTypes)
Filters the results by compliance.
INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config rule
cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a ComplianceType
for filtering results.
complianceTypes - Filters the results by compliance.
INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config
rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a
ComplianceType for filtering results.
GetComplianceDetailsByConfigRuleRequest.Builder complianceTypes(ComplianceType... complianceTypes)
Filters the results by compliance.
INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config rule
cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a ComplianceType
for filtering results.
complianceTypes - Filters the results by compliance.
INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config
rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a
ComplianceType for filtering results.
GetComplianceDetailsByConfigRuleRequest.Builder limit(Integer limit)
The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
limit - The maximum number of evaluation results returned on each page. The default is 10. You cannot specify
a number greater than 100. If you specify 0, Config uses the default.GetComplianceDetailsByConfigRuleRequest.Builder nextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in
a paginated response.
nextToken - The nextToken string returned on a previous page that you use to get the next page of
results in a paginated response.GetComplianceDetailsByConfigRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetComplianceDetailsByConfigRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.