public static interface ListDetectMitigationActionsExecutionsResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListDetectMitigationActionsExecutionsResponse.Builder,ListDetectMitigationActionsExecutionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDetectMitigationActionsExecutionsResponse.Builder |
actionsExecutions(Collection<DetectMitigationActionExecution> actionsExecutions)
List of actions executions.
|
ListDetectMitigationActionsExecutionsResponse.Builder |
actionsExecutions(Consumer<DetectMitigationActionExecution.Builder>... actionsExecutions)
List of actions executions.
|
ListDetectMitigationActionsExecutionsResponse.Builder |
actionsExecutions(DetectMitigationActionExecution... actionsExecutions)
List of actions executions.
|
ListDetectMitigationActionsExecutionsResponse.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. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDetectMitigationActionsExecutionsResponse.Builder actionsExecutions(Collection<DetectMitigationActionExecution> actionsExecutions)
List of actions executions.
actionsExecutions - List of actions executions.ListDetectMitigationActionsExecutionsResponse.Builder actionsExecutions(DetectMitigationActionExecution... actionsExecutions)
List of actions executions.
actionsExecutions - List of actions executions.ListDetectMitigationActionsExecutionsResponse.Builder actionsExecutions(Consumer<DetectMitigationActionExecution.Builder>... actionsExecutions)
List of actions executions.
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 #actionsExecutions(List) .actionsExecutions - a consumer that will call methods on List.Builder #actionsExecutions(List) ListDetectMitigationActionsExecutionsResponse.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.