public static interface DescribeComplianceByConfigRuleRequest.Builder extends ConfigRequest.Builder, CopyableBuilder<DescribeComplianceByConfigRuleRequest.Builder,DescribeComplianceByConfigRuleRequest>
build
overrideConfiguration
copy
applyMutation, build
DescribeComplianceByConfigRuleRequest.Builder configRuleNames(Collection<String> configRuleNames)
Specify one or more AWS Config rule names to filter the results by rule.
configRuleNames
- Specify one or more AWS Config rule names to filter the results by rule.DescribeComplianceByConfigRuleRequest.Builder configRuleNames(String... configRuleNames)
Specify one or more AWS Config rule names to filter the results by rule.
configRuleNames
- Specify one or more AWS Config rule names to filter the results by rule.DescribeComplianceByConfigRuleRequest.Builder complianceTypesWithStrings(Collection<String> complianceTypes)
Filters the results by compliance.
The allowed values are COMPLIANT
, NON_COMPLIANT
, and INSUFFICIENT_DATA
.
complianceTypes
- Filters the results by compliance.
The allowed values are COMPLIANT
, NON_COMPLIANT
, and
INSUFFICIENT_DATA
.
DescribeComplianceByConfigRuleRequest.Builder complianceTypesWithStrings(String... complianceTypes)
Filters the results by compliance.
The allowed values are COMPLIANT
, NON_COMPLIANT
, and INSUFFICIENT_DATA
.
complianceTypes
- Filters the results by compliance.
The allowed values are COMPLIANT
, NON_COMPLIANT
, and
INSUFFICIENT_DATA
.
DescribeComplianceByConfigRuleRequest.Builder complianceTypes(Collection<ComplianceType> complianceTypes)
Filters the results by compliance.
The allowed values are COMPLIANT
, NON_COMPLIANT
, and INSUFFICIENT_DATA
.
complianceTypes
- Filters the results by compliance.
The allowed values are COMPLIANT
, NON_COMPLIANT
, and
INSUFFICIENT_DATA
.
DescribeComplianceByConfigRuleRequest.Builder complianceTypes(ComplianceType... complianceTypes)
Filters the results by compliance.
The allowed values are COMPLIANT
, NON_COMPLIANT
, and INSUFFICIENT_DATA
.
complianceTypes
- Filters the results by compliance.
The allowed values are COMPLIANT
, NON_COMPLIANT
, and
INSUFFICIENT_DATA
.
DescribeComplianceByConfigRuleRequest.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.DescribeComplianceByConfigRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeComplianceByConfigRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.