public static interface ListComplianceItemsResponse.Builder extends SsmResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, 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 complianceItems(Consumer<ComplianceItem.Builder>... complianceItems)
A list of compliance information for the specified resource ID.
This is a convenience method that creates an instance of theComplianceItem.Builder
avoiding the need to create one
manually via ComplianceItem.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called immediately and
its result is passed to #complianceItems(List
.
complianceItems
- a consumer that will call methods on
ComplianceItem.Builder
#complianceItems(java.util.Collection)
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 © 2023. All rights reserved.