public static interface DescribeComplianceByConfigRuleResponse.Builder extends ConfigResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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 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.