public static interface GetComplianceDetailsByConfigRuleRequest.Builder extends ConfigRequest.Builder, CopyableBuilder<GetComplianceDetailsByConfigRuleRequest.Builder,GetComplianceDetailsByConfigRuleRequest>
buildoverrideConfigurationcopyapplyMutation, buildGetComplianceDetailsByConfigRuleRequest.Builder configRuleName(String configRuleName)
The name of the AWS Config rule for which you want compliance information.
configRuleName - The name of the AWS Config rule for which you want compliance information.GetComplianceDetailsByConfigRuleRequest.Builder complianceTypesWithStrings(Collection<String> complianceTypes)
Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
complianceTypes - Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and
NOT_APPLICABLE.
GetComplianceDetailsByConfigRuleRequest.Builder complianceTypesWithStrings(String... complianceTypes)
Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
complianceTypes - Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and
NOT_APPLICABLE.
GetComplianceDetailsByConfigRuleRequest.Builder complianceTypes(Collection<ComplianceType> complianceTypes)
Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
complianceTypes - Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and
NOT_APPLICABLE.
GetComplianceDetailsByConfigRuleRequest.Builder complianceTypes(ComplianceType... complianceTypes)
Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
complianceTypes - Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and
NOT_APPLICABLE.
GetComplianceDetailsByConfigRuleRequest.Builder limit(Integer limit)
The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.
limit - The maximum number of evaluation results returned on each page. The default is 10. You cannot specify
a limit greater than 100. If you specify 0, AWS 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetComplianceDetailsByConfigRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.