Class CfnAssessmentFrameworkPropsMixin.ControlSetControlProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.auditmanager.CfnAssessmentFrameworkPropsMixin.ControlSetControlProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAssessmentFrameworkPropsMixin.ControlSetControlProperty>
- Enclosing interface:
CfnAssessmentFrameworkPropsMixin.ControlSetControlProperty
@Stability(Stable)
public static final class CfnAssessmentFrameworkPropsMixin.ControlSetControlProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAssessmentFrameworkPropsMixin.ControlSetControlProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAssessmentFrameworkPropsMixin.ControlSetControlProperty.getId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
id
@Stability(Stable) public CfnAssessmentFrameworkPropsMixin.ControlSetControlProperty.Builder id(String id) Sets the value ofCfnAssessmentFrameworkPropsMixin.ControlSetControlProperty.getId()- Parameters:
id- The unique identifier of the control.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAssessmentFrameworkPropsMixin.ControlSetControlProperty>- Returns:
- a new instance of
CfnAssessmentFrameworkPropsMixin.ControlSetControlProperty - Throws:
NullPointerException- if any required attribute was not provided
-