Class CfnFrameworkMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.backup.CfnFrameworkMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFrameworkMixinProps>
- Enclosing interface:
CfnFrameworkMixinProps
@Stability(Stable)
public static final class CfnFrameworkMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFrameworkMixinProps>
A builder for
CfnFrameworkMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.frameworkControls(List<? extends Object> frameworkControls) Sets the value ofCfnFrameworkMixinProps.getFrameworkControls()frameworkControls(IResolvable frameworkControls) Sets the value ofCfnFrameworkMixinProps.getFrameworkControls()frameworkDescription(String frameworkDescription) Sets the value ofCfnFrameworkMixinProps.getFrameworkDescription()frameworkName(String frameworkName) Sets the value ofCfnFrameworkMixinProps.getFrameworkName()frameworkTags(List<? extends CfnTag> frameworkTags) Sets the value ofCfnFrameworkMixinProps.getFrameworkTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
frameworkControls
@Stability(Stable) public CfnFrameworkMixinProps.Builder frameworkControls(IResolvable frameworkControls) Sets the value ofCfnFrameworkMixinProps.getFrameworkControls()- Parameters:
frameworkControls- Contains detailed information about all of the controls of a framework. Each framework must contain at least one control.- Returns:
this
-
frameworkControls
@Stability(Stable) public CfnFrameworkMixinProps.Builder frameworkControls(List<? extends Object> frameworkControls) Sets the value ofCfnFrameworkMixinProps.getFrameworkControls()- Parameters:
frameworkControls- Contains detailed information about all of the controls of a framework. Each framework must contain at least one control.- Returns:
this
-
frameworkDescription
@Stability(Stable) public CfnFrameworkMixinProps.Builder frameworkDescription(String frameworkDescription) Sets the value ofCfnFrameworkMixinProps.getFrameworkDescription()- Parameters:
frameworkDescription- An optional description of the framework with a maximum 1,024 characters.- Returns:
this
-
frameworkName
Sets the value ofCfnFrameworkMixinProps.getFrameworkName()- Parameters:
frameworkName- The unique name of a framework. This name is between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).- Returns:
this
-
frameworkTags
@Stability(Stable) public CfnFrameworkMixinProps.Builder frameworkTags(List<? extends CfnTag> frameworkTags) Sets the value ofCfnFrameworkMixinProps.getFrameworkTags()- Parameters:
frameworkTags- The tags to assign to your framework.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFrameworkMixinProps>- Returns:
- a new instance of
CfnFrameworkMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-