public static interface GetAggregateComplianceDetailsByConfigRuleRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<GetAggregateComplianceDetailsByConfigRuleRequest.Builder,GetAggregateComplianceDetailsByConfigRuleRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAggregateComplianceDetailsByConfigRuleRequest.Builder configurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
configurationAggregatorName - The name of the configuration aggregator.GetAggregateComplianceDetailsByConfigRuleRequest.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.GetAggregateComplianceDetailsByConfigRuleRequest.Builder accountId(String accountId)
The 12-digit account ID of the source account.
accountId - The 12-digit account ID of the source account.GetAggregateComplianceDetailsByConfigRuleRequest.Builder awsRegion(String awsRegion)
The source region from where the data is aggregated.
awsRegion - The source region from where the data is aggregated.GetAggregateComplianceDetailsByConfigRuleRequest.Builder complianceType(String complianceType)
The resource compliance status.
For the GetAggregateComplianceDetailsByConfigRuleRequest data type, Config supports only the
COMPLIANT and NON_COMPLIANT. Config does not support the
NOT_APPLICABLE and INSUFFICIENT_DATA values.
complianceType - The resource compliance status.
For the GetAggregateComplianceDetailsByConfigRuleRequest data type, Config supports only
the COMPLIANT and NON_COMPLIANT. Config does not support the
NOT_APPLICABLE and INSUFFICIENT_DATA values.
ComplianceType,
ComplianceTypeGetAggregateComplianceDetailsByConfigRuleRequest.Builder complianceType(ComplianceType complianceType)
The resource compliance status.
For the GetAggregateComplianceDetailsByConfigRuleRequest data type, Config supports only the
COMPLIANT and NON_COMPLIANT. Config does not support the
NOT_APPLICABLE and INSUFFICIENT_DATA values.
complianceType - The resource compliance status.
For the GetAggregateComplianceDetailsByConfigRuleRequest data type, Config supports only
the COMPLIANT and NON_COMPLIANT. Config does not support the
NOT_APPLICABLE and INSUFFICIENT_DATA values.
ComplianceType,
ComplianceTypeGetAggregateComplianceDetailsByConfigRuleRequest.Builder limit(Integer limit)
The maximum number of evaluation results returned on each page. The default is 50. 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 50. You cannot specify
a number greater than 100. If you specify 0, Config uses the default.GetAggregateComplianceDetailsByConfigRuleRequest.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.GetAggregateComplianceDetailsByConfigRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetAggregateComplianceDetailsByConfigRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.