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 method that creates an instance of theDetectMitigationActionsTaskSummary.Builder avoiding the
need to create one manually via
DetectMitigationActionsTaskSummary.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
DetectMitigationActionsTaskSummary.Builder#tasks(java.util.Collection) 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 © 2023. All rights reserved.