public static interface DescribeComplianceByResourceResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeComplianceByResourceResponse.Builder,DescribeComplianceByResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeComplianceByResourceResponse.Builder |
complianceByResources(Collection<ComplianceByResource> complianceByResources)
Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that
evaluate it.
|
DescribeComplianceByResourceResponse.Builder |
complianceByResources(ComplianceByResource... complianceByResources)
Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that
evaluate it.
|
DescribeComplianceByResourceResponse.Builder |
complianceByResources(Consumer<ComplianceByResource.Builder>... complianceByResources)
Indicates whether the specified Amazon Web Services resource complies with all of the 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeComplianceByResourceResponse.Builder complianceByResources(Collection<ComplianceByResource> complianceByResources)
Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate it.
complianceByResources - Indicates whether the specified Amazon Web Services resource complies with all of the Config rules
that evaluate it.DescribeComplianceByResourceResponse.Builder complianceByResources(ComplianceByResource... complianceByResources)
Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate it.
complianceByResources - Indicates whether the specified Amazon Web Services resource complies with all of the Config rules
that evaluate it.DescribeComplianceByResourceResponse.Builder complianceByResources(Consumer<ComplianceByResource.Builder>... complianceByResources)
Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate it.
This is a convenience method that creates an instance of theComplianceByResource.Builder avoiding the need to create
one manually via ComplianceByResource.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #complianceByResources(List.
complianceByResources - a consumer that will call methods on
ComplianceByResource.Builder#complianceByResources(java.util.Collection) 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 © 2023. All rights reserved.