public static interface DescribeComplianceByConfigRuleResponse.Builder extends ConfigResponse.Builder, CopyableBuilder<DescribeComplianceByConfigRuleResponse.Builder,DescribeComplianceByConfigRuleResponse>
Modifier and Type | Method and Description |
---|---|
DescribeComplianceByConfigRuleResponse.Builder |
complianceByConfigRules(Collection<ComplianceByConfigRule> complianceByConfigRules)
Indicates whether each of the specified AWS Config rules is compliant.
|
DescribeComplianceByConfigRuleResponse.Builder |
complianceByConfigRules(ComplianceByConfigRule... complianceByConfigRules)
Indicates whether each of the specified AWS Config rules is compliant.
|
DescribeComplianceByConfigRuleResponse.Builder |
nextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
build
copy
apply, build
DescribeComplianceByConfigRuleResponse.Builder complianceByConfigRules(Collection<ComplianceByConfigRule> complianceByConfigRules)
Indicates whether each of the specified AWS Config rules is compliant.
complianceByConfigRules
- Indicates whether each of the specified AWS Config rules is compliant.DescribeComplianceByConfigRuleResponse.Builder complianceByConfigRules(ComplianceByConfigRule... complianceByConfigRules)
Indicates whether each of the specified AWS Config rules is compliant.
complianceByConfigRules
- Indicates whether each of the specified AWS Config rules is compliant.DescribeComplianceByConfigRuleResponse.Builder nextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
nextToken
- The string that you use in a subsequent request to get the next page of results in a paginated
response.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.