public static interface ListAuditMitigationActionsTasksResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListAuditMitigationActionsTasksResponse.Builder,ListAuditMitigationActionsTasksResponse>
Modifier and Type | Method and Description |
---|---|
ListAuditMitigationActionsTasksResponse.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListAuditMitigationActionsTasksResponse.Builder |
tasks(AuditMitigationActionsTaskMetadata... tasks)
The collection of audit mitigation tasks that matched the filter criteria.
|
ListAuditMitigationActionsTasksResponse.Builder |
tasks(Collection<AuditMitigationActionsTaskMetadata> tasks)
The collection of audit mitigation tasks that matched the filter criteria.
|
ListAuditMitigationActionsTasksResponse.Builder |
tasks(Consumer<AuditMitigationActionsTaskMetadata.Builder>... tasks)
The collection of audit mitigation tasks that matched the filter criteria.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListAuditMitigationActionsTasksResponse.Builder tasks(Collection<AuditMitigationActionsTaskMetadata> tasks)
The collection of audit mitigation tasks that matched the filter criteria.
tasks
- The collection of audit mitigation tasks that matched the filter criteria.ListAuditMitigationActionsTasksResponse.Builder tasks(AuditMitigationActionsTaskMetadata... tasks)
The collection of audit mitigation tasks that matched the filter criteria.
tasks
- The collection of audit mitigation tasks that matched the filter criteria.ListAuditMitigationActionsTasksResponse.Builder tasks(Consumer<AuditMitigationActionsTaskMetadata.Builder>... tasks)
The collection of audit mitigation tasks that matched the filter criteria.
This is a convenience that creates an instance of the.Builder
avoiding the need to create one manually via #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)
ListAuditMitigationActionsTasksResponse.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.