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 |
nextToken(String nextToken)
The token for the next set of items to return.
|
build
copy
apply, build
ListComplianceSummariesResponse.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 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.