public static interface StandardsControl.Builder extends SdkPojo, CopyableBuilder<StandardsControl.Builder,StandardsControl>
| Modifier and Type | Method and Description |
|---|---|
StandardsControl.Builder |
controlId(String controlId)
The identifier of the security standard control.
|
StandardsControl.Builder |
controlStatus(ControlStatus controlStatus)
The current status of the security standard control.
|
StandardsControl.Builder |
controlStatus(String controlStatus)
The current status of the security standard control.
|
StandardsControl.Builder |
controlStatusUpdatedAt(Instant controlStatusUpdatedAt)
The date and time that the status of the security standard control was most recently updated.
|
StandardsControl.Builder |
description(String description)
The longer description of the security standard control.
|
StandardsControl.Builder |
disabledReason(String disabledReason)
The reason provided for the most recent change in status for the control.
|
StandardsControl.Builder |
relatedRequirements(Collection<String> relatedRequirements)
The list of requirements that are related to this control.
|
StandardsControl.Builder |
relatedRequirements(String... relatedRequirements)
The list of requirements that are related to this control.
|
StandardsControl.Builder |
remediationUrl(String remediationUrl)
A link to remediation information for the control in the Security Hub user documentation.
|
StandardsControl.Builder |
severityRating(SeverityRating severityRating)
The severity of findings generated from this security standard control.
|
StandardsControl.Builder |
severityRating(String severityRating)
The severity of findings generated from this security standard control.
|
StandardsControl.Builder |
standardsControlArn(String standardsControlArn)
The ARN of the security standard control.
|
StandardsControl.Builder |
title(String title)
The title of the security standard control.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStandardsControl.Builder standardsControlArn(String standardsControlArn)
The ARN of the security standard control.
standardsControlArn - The ARN of the security standard control.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.
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.ControlStatus,
ControlStatusStandardsControl.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.
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.ControlStatus,
ControlStatusStandardsControl.Builder disabledReason(String disabledReason)
The reason provided for the most recent change in status for the control.
disabledReason - The reason provided for the most recent change in status for the control.StandardsControl.Builder controlStatusUpdatedAt(Instant controlStatusUpdatedAt)
The date and time that the status of the security standard control was most recently updated.
controlStatusUpdatedAt - The date and time that the status of the security standard control was most recently updated.StandardsControl.Builder controlId(String controlId)
The identifier of the security standard control.
controlId - The identifier of the security standard control.StandardsControl.Builder title(String title)
The title of the security standard control.
title - The title of the security standard control.StandardsControl.Builder description(String description)
The longer description of the security standard control. Provides information about what the control is checking for.
description - The longer description of the security standard control. Provides information about what the control
is checking for.StandardsControl.Builder remediationUrl(String remediationUrl)
A link to remediation information for the control in the Security Hub user documentation.
remediationUrl - A link to remediation information for the control in the Security Hub user documentation.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.
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.
SeverityRating,
SeverityRatingStandardsControl.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.
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.
SeverityRating,
SeverityRatingStandardsControl.Builder relatedRequirements(Collection<String> relatedRequirements)
The list of requirements that are related to this control.
relatedRequirements - The list of requirements that are related to this control.StandardsControl.Builder relatedRequirements(String... relatedRequirements)
The list of requirements that are related to this control.
relatedRequirements - The list of requirements that are related to this control.Copyright © 2023. All rights reserved.