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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListAuditTasksResponse.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 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 #tasks(List)
.tasks
- a consumer that will call methods on List.Builder
#tasks(List)
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.