public static interface SecurityControlDefinition.Builder extends SdkPojo, CopyableBuilder<SecurityControlDefinition.Builder,SecurityControlDefinition>
| Modifier and Type | Method and Description |
|---|---|
SecurityControlDefinition.Builder |
currentRegionAvailability(RegionAvailabilityStatus currentRegionAvailability)
Specifies whether a security control is available in the current Amazon Web Services Region.
|
SecurityControlDefinition.Builder |
currentRegionAvailability(String currentRegionAvailability)
Specifies whether a security control is available in the current Amazon Web Services Region.
|
SecurityControlDefinition.Builder |
description(String description)
The description of a security control across standards.
|
SecurityControlDefinition.Builder |
remediationUrl(String remediationUrl)
A link to Security Hub documentation that explains how to remediate a failed finding for a security control.
|
SecurityControlDefinition.Builder |
securityControlId(String securityControlId)
The unique identifier of a security control across standards.
|
SecurityControlDefinition.Builder |
severityRating(SeverityRating severityRating)
The severity of a security control.
|
SecurityControlDefinition.Builder |
severityRating(String severityRating)
The severity of a security control.
|
SecurityControlDefinition.Builder |
title(String title)
The title of a security control.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSecurityControlDefinition.Builder securityControlId(String securityControlId)
The unique identifier of a security control across standards. Values for this field typically consist of an
Amazon Web Service name and a number (for example, APIGateway.3). This parameter differs from
SecurityControlArn, which is a unique Amazon Resource Name (ARN) assigned to a control. The ARN
references the security control ID (for example,
arn:aws:securityhub:eu-central-1:123456789012:security-control/APIGateway.3).
securityControlId - The unique identifier of a security control across standards. Values for this field typically consist
of an Amazon Web Service name and a number (for example, APIGateway.3). This parameter differs from
SecurityControlArn, which is a unique Amazon Resource Name (ARN) assigned to a control.
The ARN references the security control ID (for example,
arn:aws:securityhub:eu-central-1:123456789012:security-control/APIGateway.3).SecurityControlDefinition.Builder title(String title)
The title of a security control.
title - The title of a security control.SecurityControlDefinition.Builder description(String description)
The description of a security control across standards. This typically summarizes how Security Hub evaluates the control and the conditions under which it produces a failed finding. This parameter doesn't reference a specific standard.
description - The description of a security control across standards. This typically summarizes how Security Hub
evaluates the control and the conditions under which it produces a failed finding. This parameter
doesn't reference a specific standard.SecurityControlDefinition.Builder remediationUrl(String remediationUrl)
A link to Security Hub documentation that explains how to remediate a failed finding for a security control.
remediationUrl - A link to Security Hub documentation that explains how to remediate a failed finding for a security
control.SecurityControlDefinition.Builder severityRating(String severityRating)
The severity of a security control. For more information about how Security Hub determines control severity, see Assigning severity to control findings in the Security Hub User Guide.
severityRating - The severity of a security control. For more information about how Security Hub determines control
severity, see Assigning severity to control findings in the Security Hub User Guide.SeverityRating,
SeverityRatingSecurityControlDefinition.Builder severityRating(SeverityRating severityRating)
The severity of a security control. For more information about how Security Hub determines control severity, see Assigning severity to control findings in the Security Hub User Guide.
severityRating - The severity of a security control. For more information about how Security Hub determines control
severity, see Assigning severity to control findings in the Security Hub User Guide.SeverityRating,
SeverityRatingSecurityControlDefinition.Builder currentRegionAvailability(String currentRegionAvailability)
Specifies whether a security control is available in the current Amazon Web Services Region.
currentRegionAvailability - Specifies whether a security control is available in the current Amazon Web Services Region.RegionAvailabilityStatus,
RegionAvailabilityStatusSecurityControlDefinition.Builder currentRegionAvailability(RegionAvailabilityStatus currentRegionAvailability)
Specifies whether a security control is available in the current Amazon Web Services Region.
currentRegionAvailability - Specifies whether a security control is available in the current Amazon Web Services Region.RegionAvailabilityStatus,
RegionAvailabilityStatusCopyright © 2023. All rights reserved.