public static interface GetAggregateConfigRuleComplianceSummaryResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<GetAggregateConfigRuleComplianceSummaryResponse.Builder,GetAggregateConfigRuleComplianceSummaryResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAggregateConfigRuleComplianceSummaryResponse.Builder |
aggregateComplianceCounts(AggregateComplianceCount... aggregateComplianceCounts)
Returns a list of AggregateComplianceCounts object.
|
GetAggregateConfigRuleComplianceSummaryResponse.Builder |
aggregateComplianceCounts(Collection<AggregateComplianceCount> aggregateComplianceCounts)
Returns a list of AggregateComplianceCounts object.
|
GetAggregateConfigRuleComplianceSummaryResponse.Builder |
aggregateComplianceCounts(Consumer<AggregateComplianceCount.Builder>... aggregateComplianceCounts)
Returns a list of AggregateComplianceCounts object.
|
GetAggregateConfigRuleComplianceSummaryResponse.Builder |
groupByKey(String groupByKey)
Groups the result based on ACCOUNT_ID or AWS_REGION.
|
GetAggregateConfigRuleComplianceSummaryResponse.Builder |
nextToken(String nextToken)
The
nextToken string returned on a previous page that you use to get the next page of results in
a paginated response. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAggregateConfigRuleComplianceSummaryResponse.Builder groupByKey(String groupByKey)
Groups the result based on ACCOUNT_ID or AWS_REGION.
groupByKey - Groups the result based on ACCOUNT_ID or AWS_REGION.GetAggregateConfigRuleComplianceSummaryResponse.Builder aggregateComplianceCounts(Collection<AggregateComplianceCount> aggregateComplianceCounts)
Returns a list of AggregateComplianceCounts object.
aggregateComplianceCounts - Returns a list of AggregateComplianceCounts object.GetAggregateConfigRuleComplianceSummaryResponse.Builder aggregateComplianceCounts(AggregateComplianceCount... aggregateComplianceCounts)
Returns a list of AggregateComplianceCounts object.
aggregateComplianceCounts - Returns a list of AggregateComplianceCounts object.GetAggregateConfigRuleComplianceSummaryResponse.Builder aggregateComplianceCounts(Consumer<AggregateComplianceCount.Builder>... aggregateComplianceCounts)
Returns a list of AggregateComplianceCounts object.
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 #aggregateComplianceCounts(List) .aggregateComplianceCounts - a consumer that will call methods on List.Builder #aggregateComplianceCounts(List) GetAggregateConfigRuleComplianceSummaryResponse.Builder nextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in
a paginated response.
nextToken - The nextToken string returned on a previous page that you use to get the next page of
results in a paginated response.Copyright © 2021. All rights reserved.