public static interface ListAuditTasksResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListAuditTasksResponse.Builder,ListAuditTasksResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAuditTasksResponse.Builder |
nextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
ListAuditTasksResponse.Builder |
tasks(AuditTaskMetadata... tasks)
The audits that were performed during the specified time period.
|
ListAuditTasksResponse.Builder |
tasks(Collection<AuditTaskMetadata> tasks)
The audits that were performed during the specified time period.
|
ListAuditTasksResponse.Builder |
tasks(Consumer<AuditTaskMetadata.Builder>... tasks)
The audits that were performed during the specified time period.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAuditTasksResponse.Builder tasks(Collection<AuditTaskMetadata> tasks)
The audits that were performed during the specified time period.
tasks - The audits that were performed during the specified time period.ListAuditTasksResponse.Builder tasks(AuditTaskMetadata... tasks)
The audits that were performed during the specified time period.
tasks - The audits that were performed during the specified time period.ListAuditTasksResponse.Builder tasks(Consumer<AuditTaskMetadata.Builder>... tasks)
The audits that were performed during the specified time period.
This is a convenience method that creates an instance of theAuditTaskMetadata.Builder avoiding the need to create one
manually via AuditTaskMetadata.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tasks(List.
tasks - a consumer that will call methods on
AuditTaskMetadata.Builder#tasks(java.util.Collection) ListAuditTasksResponse.Builder nextToken(String nextToken)
A token that can be used to retrieve the next set of results, or null if there are no additional
results.
nextToken - A token that can be used to retrieve the next set of results, or null if there are no
additional results.Copyright © 2023. All rights reserved.