Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.backup.CfnFrameworkPropsMixin.Builder
Packages that use CfnFrameworkPropsMixin.Builder
-
Uses of CfnFrameworkPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.backup
Methods in software.amazon.awscdk.cfnpropertymixins.services.backup that return CfnFrameworkPropsMixin.BuilderModifier and TypeMethodDescriptionCfnFrameworkPropsMixin.Builder.create()CfnFrameworkPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnFrameworkPropsMixin.Builder.frameworkControls(List<? extends Object> frameworkControls) Contains detailed information about all of the controls of a framework.CfnFrameworkPropsMixin.Builder.frameworkControls(IResolvable frameworkControls) Contains detailed information about all of the controls of a framework.CfnFrameworkPropsMixin.Builder.frameworkDescription(String frameworkDescription) An optional description of the framework with a maximum 1,024 characters.CfnFrameworkPropsMixin.Builder.frameworkName(String frameworkName) The unique name of a framework.CfnFrameworkPropsMixin.Builder.frameworkTags(List<? extends CfnTag> frameworkTags) The tags to assign to your framework.