Class CfnAssessmentFrameworkMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.auditmanager.CfnAssessmentFrameworkMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAssessmentFrameworkMixinProps>
- Enclosing interface:
CfnAssessmentFrameworkMixinProps
@Stability(Stable)
public static final class CfnAssessmentFrameworkMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAssessmentFrameworkMixinProps>
A builder for
CfnAssessmentFrameworkMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.complianceType(String complianceType) Sets the value ofCfnAssessmentFrameworkMixinProps.getComplianceType()controlSets(List<? extends Object> controlSets) Sets the value ofCfnAssessmentFrameworkMixinProps.getControlSets()controlSets(IResolvable controlSets) Sets the value ofCfnAssessmentFrameworkMixinProps.getControlSets()description(String description) Sets the value ofCfnAssessmentFrameworkMixinProps.getDescription()Sets the value ofCfnAssessmentFrameworkMixinProps.getName()Sets the value ofCfnAssessmentFrameworkMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
complianceType
@Stability(Stable) public CfnAssessmentFrameworkMixinProps.Builder complianceType(String complianceType) Sets the value ofCfnAssessmentFrameworkMixinProps.getComplianceType()- Parameters:
complianceType- The compliance type that the framework supports, such as CIS or HIPAA.- Returns:
this
-
controlSets
@Stability(Stable) public CfnAssessmentFrameworkMixinProps.Builder controlSets(IResolvable controlSets) Sets the value ofCfnAssessmentFrameworkMixinProps.getControlSets()- Parameters:
controlSets- The control sets that are associated with the framework.- Returns:
this
-
controlSets
@Stability(Stable) public CfnAssessmentFrameworkMixinProps.Builder controlSets(List<? extends Object> controlSets) Sets the value ofCfnAssessmentFrameworkMixinProps.getControlSets()- Parameters:
controlSets- The control sets that are associated with the framework.- Returns:
this
-
description
Sets the value ofCfnAssessmentFrameworkMixinProps.getDescription()- Parameters:
description- The description of the framework.- Returns:
this
-
name
Sets the value ofCfnAssessmentFrameworkMixinProps.getName()- Parameters:
name- The name of the framework.- Returns:
this
-
tags
@Stability(Stable) public CfnAssessmentFrameworkMixinProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnAssessmentFrameworkMixinProps.getTags()- Parameters:
tags- The tags associated with the framework.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAssessmentFrameworkMixinProps>- Returns:
- a new instance of
CfnAssessmentFrameworkMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-