public static interface DetectMitigationActionExecution.Builder extends SdkPojo, CopyableBuilder<DetectMitigationActionExecution.Builder,DetectMitigationActionExecution>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDetectMitigationActionExecution.Builder taskId(String taskId)
The unique identifier of the task.
taskId - The unique identifier of the task.DetectMitigationActionExecution.Builder violationId(String violationId)
The unique identifier of the violation.
violationId - The unique identifier of the violation.DetectMitigationActionExecution.Builder actionName(String actionName)
The friendly name that uniquely identifies the mitigation action.
actionName - The friendly name that uniquely identifies the mitigation action.DetectMitigationActionExecution.Builder thingName(String thingName)
The name of the thing.
thingName - The name of the thing.DetectMitigationActionExecution.Builder executionStartDate(Instant executionStartDate)
The date a mitigation action was started.
executionStartDate - The date a mitigation action was started.DetectMitigationActionExecution.Builder executionEndDate(Instant executionEndDate)
The date a mitigation action ended.
executionEndDate - The date a mitigation action ended.DetectMitigationActionExecution.Builder status(String status)
The status of a mitigation action.
status - The status of a mitigation action.DetectMitigationActionExecutionStatus,
DetectMitigationActionExecutionStatusDetectMitigationActionExecution.Builder status(DetectMitigationActionExecutionStatus status)
The status of a mitigation action.
status - The status of a mitigation action.DetectMitigationActionExecutionStatus,
DetectMitigationActionExecutionStatusDetectMitigationActionExecution.Builder errorCode(String errorCode)
The error code of a mitigation action.
errorCode - The error code of a mitigation action.DetectMitigationActionExecution.Builder message(String message)
The message of a mitigation action.
message - The message of a mitigation action.Copyright © 2023. All rights reserved.