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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListAuditMitigationActionsExecutionsResponse.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 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 #actionsExecutions(List)
.actionsExecutions
- a consumer that will call methods on List.Builder
#actionsExecutions(List)
ListAuditMitigationActionsExecutionsResponse.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.