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 |
complianceItems(Consumer<ComplianceItem.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListComplianceItemsResponse.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 complianceItems(Consumer<ComplianceItem.Builder>... complianceItems)
A list of compliance information for the specified resource ID.
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 #complianceItems(List) .complianceItems - a consumer that will call methods on List.Builder #complianceItems(List) 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.