static ListDetectMitigationActionsTasksResponse.Builder |
ListDetectMitigationActionsTasksResponse.builder() |
|
ListDetectMitigationActionsTasksResponse.Builder |
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 |
ListDetectMitigationActionsTasksResponse.Builder.tasks(Collection<DetectMitigationActionsTaskSummary> tasks) |
The collection of ML Detect mitigation tasks that matched the filter criteria.
|
ListDetectMitigationActionsTasksResponse.Builder |
ListDetectMitigationActionsTasksResponse.Builder.tasks(Consumer<DetectMitigationActionsTaskSummary.Builder>... tasks) |
The collection of ML Detect mitigation tasks that matched the filter criteria.
|
ListDetectMitigationActionsTasksResponse.Builder |
ListDetectMitigationActionsTasksResponse.Builder.tasks(DetectMitigationActionsTaskSummary... tasks) |
The collection of ML Detect mitigation tasks that matched the filter criteria.
|
ListDetectMitigationActionsTasksResponse.Builder |
ListDetectMitigationActionsTasksResponse.toBuilder() |
|