Interface ListAuditMitigationActionsExecutionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListAuditMitigationActionsExecutionsResponse.Builder,ListAuditMitigationActionsExecutionsResponse>,IotResponse.Builder,SdkBuilder<ListAuditMitigationActionsExecutionsResponse.Builder,ListAuditMitigationActionsExecutionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAuditMitigationActionsExecutionsResponse
public static interface ListAuditMitigationActionsExecutionsResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListAuditMitigationActionsExecutionsResponse.Builder,ListAuditMitigationActionsExecutionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAuditMitigationActionsExecutionsResponse.BuilderactionsExecutions(Collection<AuditMitigationActionExecutionMetadata> actionsExecutions)A set of task execution results based on the input parameters.ListAuditMitigationActionsExecutionsResponse.BuilderactionsExecutions(Consumer<AuditMitigationActionExecutionMetadata.Builder>... actionsExecutions)A set of task execution results based on the input parameters.ListAuditMitigationActionsExecutionsResponse.BuilderactionsExecutions(AuditMitigationActionExecutionMetadata... actionsExecutions)A set of task execution results based on the input parameters.ListAuditMitigationActionsExecutionsResponse.BuildernextToken(String nextToken)The token for the next set of results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
actionsExecutions
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.
- Parameters:
actionsExecutions- A set of task execution results based on the input parameters. Details include the mitigation action applied, start time, and task status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionsExecutions
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.
- Parameters:
actionsExecutions- A set of task execution results based on the input parameters. Details include the mitigation action applied, start time, and task status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionsExecutions
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.Builderavoiding the need to create one manually viaAuditMitigationActionExecutionMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#actionsExecutions(List.) - Parameters:
actionsExecutions- a consumer that will call methods onAuditMitigationActionExecutionMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#actionsExecutions(java.util.Collection)
-
nextToken
ListAuditMitigationActionsExecutionsResponse.Builder nextToken(String nextToken)
The token for the next set of results.
- Parameters:
nextToken- The token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-