public static interface DetectMitigationActionExecution.Builder extends SdkPojo, CopyableBuilder<DetectMitigationActionExecution.Builder,DetectMitigationActionExecution>
equalsBySdkFields, sdkFields
copy
applyMutation, build
DetectMitigationActionExecution.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
,
DetectMitigationActionExecutionStatus
DetectMitigationActionExecution.Builder status(DetectMitigationActionExecutionStatus status)
The status of a mitigation action.
status
- The status of a mitigation action.DetectMitigationActionExecutionStatus
,
DetectMitigationActionExecutionStatus
DetectMitigationActionExecution.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 © 2022. All rights reserved.