| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static StandardsControl.Builder |
StandardsControl.builder() |
StandardsControl.Builder |
StandardsControl.Builder.controlId(String controlId)
The identifier of the security standard control.
|
StandardsControl.Builder |
StandardsControl.Builder.controlStatus(ControlStatus controlStatus)
The current status of the security standard control.
|
StandardsControl.Builder |
StandardsControl.Builder.controlStatus(String controlStatus)
The current status of the security standard control.
|
StandardsControl.Builder |
StandardsControl.Builder.controlStatusUpdatedAt(Instant controlStatusUpdatedAt)
The date and time that the status of the security standard control was most recently updated.
|
StandardsControl.Builder |
StandardsControl.Builder.description(String description)
The longer description of the security standard control.
|
StandardsControl.Builder |
StandardsControl.Builder.disabledReason(String disabledReason)
The reason provided for the most recent change in status for the control.
|
StandardsControl.Builder |
StandardsControl.Builder.relatedRequirements(Collection<String> relatedRequirements)
The list of requirements that are related to this control.
|
StandardsControl.Builder |
StandardsControl.Builder.relatedRequirements(String... relatedRequirements)
The list of requirements that are related to this control.
|
StandardsControl.Builder |
StandardsControl.Builder.remediationUrl(String remediationUrl)
A link to remediation information for the control in the Security Hub user documentation.
|
StandardsControl.Builder |
StandardsControl.Builder.severityRating(SeverityRating severityRating)
The severity of findings generated from this security standard control.
|
StandardsControl.Builder |
StandardsControl.Builder.severityRating(String severityRating)
The severity of findings generated from this security standard control.
|
StandardsControl.Builder |
StandardsControl.Builder.standardsControlArn(String standardsControlArn)
The ARN of the security standard control.
|
StandardsControl.Builder |
StandardsControl.Builder.title(String title)
The title of the security standard control.
|
StandardsControl.Builder |
StandardsControl.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StandardsControl.Builder> |
StandardsControl.serializableBuilderClass() |
Copyright © 2023. All rights reserved.