public static interface ListDetectMitigationActionsTasksResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListDetectMitigationActionsTasksResponse.Builder,ListDetectMitigationActionsTasksResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDetectMitigationActionsTasksResponse.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. |
ListDetectMitigationActionsTasksResponse.Builder |
tasks(Collection<DetectMitigationActionsTaskSummary> tasks)
The collection of ML Detect mitigation tasks that matched the filter criteria.
|
ListDetectMitigationActionsTasksResponse.Builder |
tasks(Consumer<DetectMitigationActionsTaskSummary.Builder>... tasks)
The collection of ML Detect mitigation tasks that matched the filter criteria.
|
ListDetectMitigationActionsTasksResponse.Builder |
tasks(DetectMitigationActionsTaskSummary... tasks)
The collection of ML Detect mitigation tasks that matched the filter criteria.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDetectMitigationActionsTasksResponse.Builder tasks(Collection<DetectMitigationActionsTaskSummary> tasks)
The collection of ML Detect mitigation tasks that matched the filter criteria.
tasks - The collection of ML Detect mitigation tasks that matched the filter criteria.ListDetectMitigationActionsTasksResponse.Builder tasks(DetectMitigationActionsTaskSummary... tasks)
The collection of ML Detect mitigation tasks that matched the filter criteria.
tasks - The collection of ML Detect mitigation tasks that matched the filter criteria.ListDetectMitigationActionsTasksResponse.Builder tasks(Consumer<DetectMitigationActionsTaskSummary.Builder>... tasks)
The collection of ML Detect 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) ListDetectMitigationActionsTasksResponse.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 © 2022. All rights reserved.