Interface SecurityControlDefinition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SecurityControlDefinition.Builder,
,SecurityControlDefinition> SdkBuilder<SecurityControlDefinition.Builder,
,SecurityControlDefinition> SdkPojo
- Enclosing class:
SecurityControlDefinition
-
Method Summary
Modifier and TypeMethodDescriptioncurrentRegionAvailability
(String currentRegionAvailability) Specifies whether a security control is available in the current Amazon Web Services Region.currentRegionAvailability
(RegionAvailabilityStatus currentRegionAvailability) Specifies whether a security control is available in the current Amazon Web Services Region.description
(String description) The description of a security control across standards.remediationUrl
(String remediationUrl) A link to Security Hub documentation that explains how to remediate a failed finding for a security control.securityControlId
(String securityControlId) The unique identifier of a security control across standards.severityRating
(String severityRating) The severity of a security control.severityRating
(SeverityRating severityRating) The severity of a security control.The title of a security 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 Details
-
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).- Parameters:
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 fromSecurityControlArn
, 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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
The title of a security control.
- Parameters:
title
- The title of a security control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remediationUrl
A link to Security Hub documentation that explains how to remediate a failed finding for a security control.
- Parameters:
remediationUrl
- A link to Security Hub documentation that explains how to remediate a failed finding for a security control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
currentRegionAvailability
Specifies whether a security control is available in the current Amazon Web Services Region.
- Parameters:
currentRegionAvailability
- Specifies whether a security control is available in the current Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
currentRegionAvailability
SecurityControlDefinition.Builder currentRegionAvailability(RegionAvailabilityStatus currentRegionAvailability) Specifies whether a security control is available in the current Amazon Web Services Region.
- Parameters:
currentRegionAvailability
- Specifies whether a security control is available in the current Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-