public static interface ListComplianceSummariesResponse.Builder extends SSMResponse.Builder, CopyableBuilder<ListComplianceSummariesResponse.Builder,ListComplianceSummariesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListComplianceSummariesResponse.Builder |
complianceSummaryItems(Collection<ComplianceSummaryItem> complianceSummaryItems)
A list of compliant and non-compliant summary counts based on compliance types.
|
ListComplianceSummariesResponse.Builder |
complianceSummaryItems(ComplianceSummaryItem... complianceSummaryItems)
A list of compliant and non-compliant summary counts based on compliance types.
|
ListComplianceSummariesResponse.Builder |
complianceSummaryItems(Consumer<ComplianceSummaryItem.Builder>... complianceSummaryItems)
A list of compliant and non-compliant summary counts based on compliance types.
|
ListComplianceSummariesResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListComplianceSummariesResponse.Builder complianceSummaryItems(Collection<ComplianceSummaryItem> complianceSummaryItems)
A list of compliant and non-compliant summary counts based on compliance types. For example, this call returns State Manager associations, patches, or custom compliance types according to the filter criteria that you specified.
complianceSummaryItems - A list of compliant and non-compliant summary counts based on compliance types. For example, this call
returns State Manager associations, patches, or custom compliance types according to the filter
criteria that you specified.ListComplianceSummariesResponse.Builder complianceSummaryItems(ComplianceSummaryItem... complianceSummaryItems)
A list of compliant and non-compliant summary counts based on compliance types. For example, this call returns State Manager associations, patches, or custom compliance types according to the filter criteria that you specified.
complianceSummaryItems - A list of compliant and non-compliant summary counts based on compliance types. For example, this call
returns State Manager associations, patches, or custom compliance types according to the filter
criteria that you specified.ListComplianceSummariesResponse.Builder complianceSummaryItems(Consumer<ComplianceSummaryItem.Builder>... complianceSummaryItems)
A list of compliant and non-compliant summary counts based on compliance types. For example, this call returns State Manager associations, patches, or custom compliance types according to the filter criteria that you specified.
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 #complianceSummaryItems(List) .complianceSummaryItems - a consumer that will call methods on List.Builder #complianceSummaryItems(List) ListComplianceSummariesResponse.Builder nextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken - The token for the next set of items to return. Use this token to get the next set of results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.