static SecurityControl.Builder |
SecurityControl.builder() |
|
SecurityControl.Builder |
SecurityControl.Builder.description(String description) |
The description of a security control across standards.
|
SecurityControl.Builder |
SecurityControl.Builder.lastUpdateReason(String lastUpdateReason) |
The most recent reason for updating the customizable properties of a security control.
|
SecurityControl.Builder |
SecurityControl.Builder.parameters(Map<String,ParameterConfiguration> parameters) |
An object that identifies the name of a control parameter, its current value, and whether it has been
customized.
|
SecurityControl.Builder |
SecurityControl.Builder.remediationUrl(String remediationUrl) |
A link to Security Hub documentation that explains how to remediate a failed finding for a security control.
|
SecurityControl.Builder |
SecurityControl.Builder.securityControlArn(String securityControlArn) |
The Amazon Resource Name (ARN) for a security control across standards, such as
arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1.
|
SecurityControl.Builder |
SecurityControl.Builder.securityControlId(String securityControlId) |
The unique identifier of a security control across standards.
|
SecurityControl.Builder |
SecurityControl.Builder.securityControlStatus(String securityControlStatus) |
The enablement status of a security control in a specific standard.
|
SecurityControl.Builder |
SecurityControl.Builder.securityControlStatus(ControlStatus securityControlStatus) |
The enablement status of a security control in a specific standard.
|
SecurityControl.Builder |
SecurityControl.Builder.severityRating(String severityRating) |
The severity of a security control.
|
SecurityControl.Builder |
SecurityControl.Builder.severityRating(SeverityRating severityRating) |
The severity of a security control.
|
SecurityControl.Builder |
SecurityControl.Builder.title(String title) |
The title of a security control.
|
SecurityControl.Builder |
SecurityControl.toBuilder() |
|
SecurityControl.Builder |
SecurityControl.Builder.updateStatus(String updateStatus) |
Identifies whether customizable properties of a security control are reflected in Security Hub findings.
|
SecurityControl.Builder |
SecurityControl.Builder.updateStatus(UpdateStatus updateStatus) |
Identifies whether customizable properties of a security control are reflected in Security Hub findings.
|