Interface StandardsControl.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StandardsControl.Builder,StandardsControl>,SdkBuilder<StandardsControl.Builder,StandardsControl>,SdkPojo
- Enclosing class:
- StandardsControl
public static interface StandardsControl.Builder extends SdkPojo, CopyableBuilder<StandardsControl.Builder,StandardsControl>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StandardsControl.BuildercontrolId(String controlId)The identifier of the security standard control.StandardsControl.BuildercontrolStatus(String controlStatus)The current status of the security standard control.StandardsControl.BuildercontrolStatus(ControlStatus controlStatus)The current status of the security standard control.StandardsControl.BuildercontrolStatusUpdatedAt(Instant controlStatusUpdatedAt)The date and time that the status of the security standard control was most recently updated.StandardsControl.Builderdescription(String description)The longer description of the security standard control.StandardsControl.BuilderdisabledReason(String disabledReason)The reason provided for the most recent change in status for the control.StandardsControl.BuilderrelatedRequirements(String... relatedRequirements)The list of requirements that are related to this control.StandardsControl.BuilderrelatedRequirements(Collection<String> relatedRequirements)The list of requirements that are related to this control.StandardsControl.BuilderremediationUrl(String remediationUrl)A link to remediation information for the control in the Security Hub user documentation.StandardsControl.BuilderseverityRating(String severityRating)The severity of findings generated from this security standard control.StandardsControl.BuilderseverityRating(SeverityRating severityRating)The severity of findings generated from this security standard control.StandardsControl.BuilderstandardsControlArn(String standardsControlArn)The ARN of the security standard control.StandardsControl.Buildertitle(String title)The title of the security standard control.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
standardsControlArn
StandardsControl.Builder standardsControlArn(String standardsControlArn)
The ARN of the security standard control.
- Parameters:
standardsControlArn- The ARN of the security standard control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlStatus
StandardsControl.Builder controlStatus(String controlStatus)
The current status of the security standard control. Indicates whether the control is enabled or disabled. Security Hub does not check against disabled controls.
- Parameters:
controlStatus- The current status of the security standard control. Indicates whether the control is enabled or disabled. Security Hub does not check against disabled controls.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ControlStatus,ControlStatus
-
controlStatus
StandardsControl.Builder controlStatus(ControlStatus controlStatus)
The current status of the security standard control. Indicates whether the control is enabled or disabled. Security Hub does not check against disabled controls.
- Parameters:
controlStatus- The current status of the security standard control. Indicates whether the control is enabled or disabled. Security Hub does not check against disabled controls.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ControlStatus,ControlStatus
-
disabledReason
StandardsControl.Builder disabledReason(String disabledReason)
The reason provided for the most recent change in status for the control.
- Parameters:
disabledReason- The reason provided for the most recent change in status for the control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlStatusUpdatedAt
StandardsControl.Builder controlStatusUpdatedAt(Instant controlStatusUpdatedAt)
The date and time that the status of the security standard control was most recently updated.
- Parameters:
controlStatusUpdatedAt- The date and time that the status of the security standard control was most recently updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlId
StandardsControl.Builder controlId(String controlId)
The identifier of the security standard control.
- Parameters:
controlId- The identifier of the security standard control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
StandardsControl.Builder title(String title)
The title of the security standard control.
- Parameters:
title- The title of the security standard control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
StandardsControl.Builder description(String description)
The longer description of the security standard control. Provides information about what the control is checking for.
- Parameters:
description- The longer description of the security standard control. Provides information about what the control is checking for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remediationUrl
StandardsControl.Builder remediationUrl(String remediationUrl)
A link to remediation information for the control in the Security Hub user documentation.
- Parameters:
remediationUrl- A link to remediation information for the control in the Security Hub user documentation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
severityRating
StandardsControl.Builder severityRating(String severityRating)
The severity of findings generated from this security standard control.
The finding severity is based on an assessment of how easy it would be to compromise Amazon Web Services resources if the issue is detected.
- Parameters:
severityRating- The severity of findings generated from this security standard control.The finding severity is based on an assessment of how easy it would be to compromise Amazon Web Services resources if the issue is detected.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SeverityRating,SeverityRating
-
severityRating
StandardsControl.Builder severityRating(SeverityRating severityRating)
The severity of findings generated from this security standard control.
The finding severity is based on an assessment of how easy it would be to compromise Amazon Web Services resources if the issue is detected.
- Parameters:
severityRating- The severity of findings generated from this security standard control.The finding severity is based on an assessment of how easy it would be to compromise Amazon Web Services resources if the issue is detected.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SeverityRating,SeverityRating
-
relatedRequirements
StandardsControl.Builder relatedRequirements(Collection<String> relatedRequirements)
The list of requirements that are related to this control.
- Parameters:
relatedRequirements- The list of requirements that are related to this control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relatedRequirements
StandardsControl.Builder relatedRequirements(String... relatedRequirements)
The list of requirements that are related to this control.
- Parameters:
relatedRequirements- The list of requirements that are related to this control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-