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 |
complianceByConfigRules(Consumer<ComplianceByConfigRule.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeComplianceByConfigRuleResponse.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 complianceByConfigRules(Consumer<ComplianceByConfigRule.Builder>... complianceByConfigRules)
Indicates whether each of the specified AWS Config rules is compliant.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #complianceByConfigRules(List) .complianceByConfigRules - a consumer that will call methods on List.Builder #complianceByConfigRules(List) 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.