Class CfnFrameworkPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.backup.mixins.CfnFrameworkPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFrameworkPropsMixin>
- Enclosing class:
CfnFrameworkPropsMixin
@Stability(Stable)
public static final class CfnFrameworkPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFrameworkPropsMixin>
A fluent builder for
CfnFrameworkPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) frameworkControls(List<? extends Object> frameworkControls) Contains detailed information about all of the controls of a framework.frameworkControls(IResolvable frameworkControls) Contains detailed information about all of the controls of a framework.frameworkDescription(String frameworkDescription) An optional description of the framework with a maximum 1,024 characters.frameworkName(String frameworkName) The unique name of a framework.frameworkTags(List<? extends CfnTag> frameworkTags) The tags to assign to your framework.
-
Method Details
-
create
@Stability(Stable) public static CfnFrameworkPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnFrameworkPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnFrameworkPropsMixin.Builder.
-
frameworkControls
@Stability(Stable) public CfnFrameworkPropsMixin.Builder frameworkControls(IResolvable frameworkControls) Contains detailed information about all of the controls of a framework.Each framework must contain at least one control.
- Parameters:
frameworkControls- Contains detailed information about all of the controls of a framework. This parameter is required.- Returns:
this- See Also:
-
frameworkControls
@Stability(Stable) public CfnFrameworkPropsMixin.Builder frameworkControls(List<? extends Object> frameworkControls) Contains detailed information about all of the controls of a framework.Each framework must contain at least one control.
- Parameters:
frameworkControls- Contains detailed information about all of the controls of a framework. This parameter is required.- Returns:
this- See Also:
-
frameworkDescription
@Stability(Stable) public CfnFrameworkPropsMixin.Builder frameworkDescription(String frameworkDescription) An optional description of the framework with a maximum 1,024 characters.- Parameters:
frameworkDescription- An optional description of the framework with a maximum 1,024 characters. This parameter is required.- Returns:
this- See Also:
-
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 (_).
- Parameters:
frameworkName- The unique name of a framework. This parameter is required.- Returns:
this- See Also:
-
frameworkTags
@Stability(Stable) public CfnFrameworkPropsMixin.Builder frameworkTags(List<? extends CfnTag> frameworkTags) The tags to assign to your framework.- Parameters:
frameworkTags- The tags to assign to your framework. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFrameworkPropsMixin>- Returns:
- a newly built instance of
CfnFrameworkPropsMixin.
-