public static interface ListComplianceItemsResponse.Builder extends SSMResponse.Builder, CopyableBuilder<ListComplianceItemsResponse.Builder,ListComplianceItemsResponse>
Modifier and Type | Method and Description |
---|---|
ListComplianceItemsResponse.Builder |
complianceItems(Collection<ComplianceItem> complianceItems)
A list of compliance information for the specified resource ID.
|
ListComplianceItemsResponse.Builder |
complianceItems(ComplianceItem... complianceItems)
A list of compliance information for the specified resource ID.
|
ListComplianceItemsResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
build
copy
apply, build
ListComplianceItemsResponse.Builder complianceItems(Collection<ComplianceItem> complianceItems)
A list of compliance information for the specified resource ID.
complianceItems
- A list of compliance information for the specified resource ID.ListComplianceItemsResponse.Builder complianceItems(ComplianceItem... complianceItems)
A list of compliance information for the specified resource ID.
complianceItems
- A list of compliance information for the specified resource ID.ListComplianceItemsResponse.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.