CopyableBuilder<DescribeComplianceByResourceResponse.Builder,DescribeComplianceByResourceResponse>
, SdkBuilder<DescribeComplianceByResourceResponse.Builder,DescribeComplianceByResourceResponse>
public static interface DescribeComplianceByResourceResponse.Builder extends CopyableBuilder<DescribeComplianceByResourceResponse.Builder,DescribeComplianceByResourceResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeComplianceByResourceResponse.Builder |
complianceByResources(Collection<ComplianceByResource> complianceByResources) |
Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
|
DescribeComplianceByResourceResponse.Builder |
complianceByResources(ComplianceByResource... complianceByResources) |
Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
|
DescribeComplianceByResourceResponse.Builder |
nextToken(String nextToken) |
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
copy
apply, build
DescribeComplianceByResourceResponse.Builder complianceByResources(Collection<ComplianceByResource> complianceByResources)
Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
complianceByResources
- Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate
it.DescribeComplianceByResourceResponse.Builder complianceByResources(ComplianceByResource... complianceByResources)
Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
NOTE: This method appends the values to the existing list (if any). Use
#setComplianceByResources(java.util.Collection)
or
#withComplianceByResources(java.util.Collection)
if you want to override the existing values.
complianceByResources
- Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate
it.DescribeComplianceByResourceResponse.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.