Interface DetectMitigationActionExecution.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DetectMitigationActionExecution.Builder,,DetectMitigationActionExecution> SdkBuilder<DetectMitigationActionExecution.Builder,,DetectMitigationActionExecution> SdkPojo
- Enclosing class:
 DetectMitigationActionExecution
public static interface DetectMitigationActionExecution.Builder
extends SdkPojo, CopyableBuilder<DetectMitigationActionExecution.Builder,DetectMitigationActionExecution> 
- 
Method Summary
Modifier and TypeMethodDescriptionactionName(String actionName) The friendly name that uniquely identifies the mitigation action.The error code of a mitigation action.executionEndDate(Instant executionEndDate) The date a mitigation action ended.executionStartDate(Instant executionStartDate) The date a mitigation action was started.The message of a mitigation action.The status of a mitigation action.The status of a mitigation action.The unique identifier of the task.The name of the thing.violationId(String violationId) The unique identifier of the violation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
taskId
The unique identifier of the task.
- Parameters:
 taskId- The unique identifier of the task.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
violationId
The unique identifier of the violation.
- Parameters:
 violationId- The unique identifier of the violation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
actionName
The friendly name that uniquely identifies the mitigation action.
- Parameters:
 actionName- The friendly name that uniquely identifies the mitigation action.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
thingName
The name of the thing.
- Parameters:
 thingName- The name of the thing.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
executionStartDate
The date a mitigation action was started.
- Parameters:
 executionStartDate- The date a mitigation action was started.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
executionEndDate
The date a mitigation action ended.
- Parameters:
 executionEndDate- The date a mitigation action ended.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
status
The status of a mitigation action.
- Parameters:
 status- The status of a mitigation action.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
status
The status of a mitigation action.
- Parameters:
 status- The status of a mitigation action.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
errorCode
The error code of a mitigation action.
- Parameters:
 errorCode- The error code of a mitigation action.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
message
The message of a mitigation action.
- Parameters:
 message- The message of a mitigation action.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -