Class CfnStandardPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.securityhub.CfnStandardPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStandardPropsMixin>
- Enclosing class:
CfnStandardPropsMixin
@Stability(Stable)
public static final class CfnStandardPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStandardPropsMixin>
A fluent builder for
CfnStandardPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) disabledStandardsControls(List<? extends Object> disabledStandardsControls) Specifies which controls are to be disabled in a standard.disabledStandardsControls(IResolvable disabledStandardsControls) Specifies which controls are to be disabled in a standard.standardsArn(String standardsArn) The ARN of the standard that you want to enable.
-
Method Details
-
create
@Stability(Stable) public static CfnStandardPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnStandardPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnStandardPropsMixin.Builder.
-
disabledStandardsControls
@Stability(Stable) public CfnStandardPropsMixin.Builder disabledStandardsControls(IResolvable disabledStandardsControls) Specifies which controls are to be disabled in a standard.Maximum :
100- Parameters:
disabledStandardsControls- Specifies which controls are to be disabled in a standard. This parameter is required.- Returns:
this- See Also:
-
disabledStandardsControls
@Stability(Stable) public CfnStandardPropsMixin.Builder disabledStandardsControls(List<? extends Object> disabledStandardsControls) Specifies which controls are to be disabled in a standard.Maximum :
100- Parameters:
disabledStandardsControls- Specifies which controls are to be disabled in a standard. This parameter is required.- Returns:
this- See Also:
-
standardsArn
The ARN of the standard that you want to enable.To view a list of available Security Hub CSPM standards and their ARNs, use the
DescribeStandardsAPI operation.- Parameters:
standardsArn- The ARN of the standard that you want to enable. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStandardPropsMixin>- Returns:
- a newly built instance of
CfnStandardPropsMixin.
-