public static interface AuditMitigationActionExecutionMetadata.Builder extends SdkPojo, CopyableBuilder<AuditMitigationActionExecutionMetadata.Builder,AuditMitigationActionExecutionMetadata>
Modifier and Type | Method and Description |
---|---|
AuditMitigationActionExecutionMetadata.Builder |
actionId(String actionId)
The unique identifier for the mitigation action being applied by the task.
|
AuditMitigationActionExecutionMetadata.Builder |
actionName(String actionName)
The friendly name of the mitigation action being applied by the task.
|
AuditMitigationActionExecutionMetadata.Builder |
endTime(Instant endTime)
The date and time when the task was completed or canceled.
|
AuditMitigationActionExecutionMetadata.Builder |
errorCode(String errorCode)
If an error occurred, the code that indicates which type of error occurred.
|
AuditMitigationActionExecutionMetadata.Builder |
findingId(String findingId)
The unique identifier for the findings to which the task and associated mitigation action are applied.
|
AuditMitigationActionExecutionMetadata.Builder |
message(String message)
If an error occurred, a message that describes the error.
|
AuditMitigationActionExecutionMetadata.Builder |
startTime(Instant startTime)
The date and time when the task was started.
|
AuditMitigationActionExecutionMetadata.Builder |
status(AuditMitigationActionsExecutionStatus status)
The current status of the task being executed.
|
AuditMitigationActionExecutionMetadata.Builder |
status(String status)
The current status of the task being executed.
|
AuditMitigationActionExecutionMetadata.Builder |
taskId(String taskId)
The unique identifier for the task that applies the mitigation action.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AuditMitigationActionExecutionMetadata.Builder taskId(String taskId)
The unique identifier for the task that applies the mitigation action.
taskId
- The unique identifier for the task that applies the mitigation action.AuditMitigationActionExecutionMetadata.Builder findingId(String findingId)
The unique identifier for the findings to which the task and associated mitigation action are applied.
findingId
- The unique identifier for the findings to which the task and associated mitigation action are applied.AuditMitigationActionExecutionMetadata.Builder actionName(String actionName)
The friendly name of the mitigation action being applied by the task.
actionName
- The friendly name of the mitigation action being applied by the task.AuditMitigationActionExecutionMetadata.Builder actionId(String actionId)
The unique identifier for the mitigation action being applied by the task.
actionId
- The unique identifier for the mitigation action being applied by the task.AuditMitigationActionExecutionMetadata.Builder status(String status)
The current status of the task being executed.
status
- The current status of the task being executed.AuditMitigationActionsExecutionStatus
,
AuditMitigationActionsExecutionStatus
AuditMitigationActionExecutionMetadata.Builder status(AuditMitigationActionsExecutionStatus status)
The current status of the task being executed.
status
- The current status of the task being executed.AuditMitigationActionsExecutionStatus
,
AuditMitigationActionsExecutionStatus
AuditMitigationActionExecutionMetadata.Builder startTime(Instant startTime)
The date and time when the task was started.
startTime
- The date and time when the task was started.AuditMitigationActionExecutionMetadata.Builder endTime(Instant endTime)
The date and time when the task was completed or canceled. Blank if the task is still running.
endTime
- The date and time when the task was completed or canceled. Blank if the task is still running.AuditMitigationActionExecutionMetadata.Builder errorCode(String errorCode)
If an error occurred, the code that indicates which type of error occurred.
errorCode
- If an error occurred, the code that indicates which type of error occurred.AuditMitigationActionExecutionMetadata.Builder message(String message)
If an error occurred, a message that describes the error.
message
- If an error occurred, a message that describes the error.Copyright © 2023. All rights reserved.