Class CfnStandardMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.securityhub.CfnStandardMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStandardMixinProps>
- Enclosing interface:
CfnStandardMixinProps
@Stability(Stable)
public static final class CfnStandardMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStandardMixinProps>
A builder for
CfnStandardMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.disabledStandardsControls(List<? extends Object> disabledStandardsControls) Sets the value ofCfnStandardMixinProps.getDisabledStandardsControls()disabledStandardsControls(IResolvable disabledStandardsControls) Sets the value ofCfnStandardMixinProps.getDisabledStandardsControls()standardsArn(String standardsArn) Sets the value ofCfnStandardMixinProps.getStandardsArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
disabledStandardsControls
@Stability(Stable) public CfnStandardMixinProps.Builder disabledStandardsControls(IResolvable disabledStandardsControls) Sets the value ofCfnStandardMixinProps.getDisabledStandardsControls()- Parameters:
disabledStandardsControls- Specifies which controls are to be disabled in a standard. Maximum :100- Returns:
this
-
disabledStandardsControls
@Stability(Stable) public CfnStandardMixinProps.Builder disabledStandardsControls(List<? extends Object> disabledStandardsControls) Sets the value ofCfnStandardMixinProps.getDisabledStandardsControls()- Parameters:
disabledStandardsControls- Specifies which controls are to be disabled in a standard. Maximum :100- Returns:
this
-
standardsArn
Sets the value ofCfnStandardMixinProps.getStandardsArn()- Parameters:
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 theDescribeStandardsAPI operation.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStandardMixinProps>- Returns:
- a new instance of
CfnStandardMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-