public static interface ListAuditMitigationActionsExecutionsResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListAuditMitigationActionsExecutionsResponse.Builder,ListAuditMitigationActionsExecutionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAuditMitigationActionsExecutionsResponse.Builder |
actionsExecutions(AuditMitigationActionExecutionMetadata... actionsExecutions)
A set of task execution results based on the input parameters.
|
ListAuditMitigationActionsExecutionsResponse.Builder |
actionsExecutions(Collection<AuditMitigationActionExecutionMetadata> actionsExecutions)
A set of task execution results based on the input parameters.
|
ListAuditMitigationActionsExecutionsResponse.Builder |
actionsExecutions(Consumer<AuditMitigationActionExecutionMetadata.Builder>... actionsExecutions)
A set of task execution results based on the input parameters.
|
ListAuditMitigationActionsExecutionsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAuditMitigationActionsExecutionsResponse.Builder actionsExecutions(Collection<AuditMitigationActionExecutionMetadata> actionsExecutions)
A set of task execution results based on the input parameters. Details include the mitigation action applied, start time, and task status.
actionsExecutions - A set of task execution results based on the input parameters. Details include the mitigation action
applied, start time, and task status.ListAuditMitigationActionsExecutionsResponse.Builder actionsExecutions(AuditMitigationActionExecutionMetadata... actionsExecutions)
A set of task execution results based on the input parameters. Details include the mitigation action applied, start time, and task status.
actionsExecutions - A set of task execution results based on the input parameters. Details include the mitigation action
applied, start time, and task status.ListAuditMitigationActionsExecutionsResponse.Builder actionsExecutions(Consumer<AuditMitigationActionExecutionMetadata.Builder>... actionsExecutions)
A set of task execution results based on the input parameters. Details include the mitigation action applied, start time, and task status.
This is a convenience method that creates an instance of theAuditMitigationActionExecutionMetadata.Builder avoiding the
need to create one manually via
AuditMitigationActionExecutionMetadata.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #actionsExecutions(List.
actionsExecutions - a consumer that will call methods on
AuditMitigationActionExecutionMetadata.Builder#actionsExecutions(java.util.Collection) ListAuditMitigationActionsExecutionsResponse.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.Copyright © 2023. All rights reserved.