Class CfnAutomationRule.WorkflowUpdateProperty.Builder
java.lang.Object
software.amazon.awscdk.services.securityhub.CfnAutomationRule.WorkflowUpdateProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAutomationRule.WorkflowUpdateProperty>
- Enclosing interface:
CfnAutomationRule.WorkflowUpdateProperty
@Stability(Stable)
public static final class CfnAutomationRule.WorkflowUpdateProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAutomationRule.WorkflowUpdateProperty>
A builder for
CfnAutomationRule.WorkflowUpdateProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAutomationRule.WorkflowUpdateProperty.getStatus()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
status
Sets the value ofCfnAutomationRule.WorkflowUpdateProperty.getStatus()- Parameters:
status- The status of the investigation into the finding. This parameter is required. The workflow status is specific to an individual finding. It does not affect the generation of new findings. For example, setting the workflow status toSUPPRESSEDorRESOLVEDdoes not prevent a new finding for the same issue.The allowed values are the following.
NEW- The initial state of a finding, before it is reviewed.
Security Hub also resets
WorkFlowStatusfromNOTIFIEDorRESOLVEDtoNEWin the following cases:- The record state changes from
ARCHIVEDtoACTIVE. - The compliance status changes from
PASSEDto eitherWARNING,FAILED, orNOT_AVAILABLE. NOTIFIED- Indicates that you notified the resource owner about the security issue. Used when the initial reviewer is not the resource owner, and needs intervention from the resource owner.RESOLVED- The finding was reviewed and remediated and is now considered resolved.SUPPRESSED- Indicates that you reviewed the finding and don't believe that any action is needed. The finding is no longer updated.
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAutomationRule.WorkflowUpdateProperty>- Returns:
- a new instance of
CfnAutomationRule.WorkflowUpdateProperty - Throws:
NullPointerException- if any required attribute was not provided
-