@Stability(value=Stable) public static final class CfnFramework.Builder extends Object implements software.amazon.jsii.Builder<CfnFramework>
CfnFramework.| Modifier and Type | Method and Description |
|---|---|
CfnFramework |
build() |
static CfnFramework.Builder |
create(software.constructs.Construct scope,
String id) |
CfnFramework.Builder |
frameworkControls(IResolvable frameworkControls)
Contains detailed information about all of the controls of a framework.
|
CfnFramework.Builder |
frameworkControls(List<? extends Object> frameworkControls)
Contains detailed information about all of the controls of a framework.
|
CfnFramework.Builder |
frameworkDescription(String frameworkDescription)
An optional description of the framework with a maximum 1,024 characters.
|
CfnFramework.Builder |
frameworkName(String frameworkName)
The unique name of a framework.
|
CfnFramework.Builder |
frameworkTags(IResolvable frameworkTags)
A list of tags with which to tag your framework.
|
CfnFramework.Builder |
frameworkTags(List<? extends Object> frameworkTags)
A list of tags with which to tag your framework.
|
@Stability(value=Stable) public static CfnFramework.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnFramework.ControlInputParameterProperty.Builder.@Stability(value=Stable) public CfnFramework.Builder frameworkControls(IResolvable frameworkControls)
Each framework must contain at least one control.
frameworkControls - Contains detailed information about all of the controls of a framework. This parameter is required.this@Stability(value=Stable) public CfnFramework.Builder frameworkControls(List<? extends Object> frameworkControls)
Each framework must contain at least one control.
frameworkControls - Contains detailed information about all of the controls of a framework. This parameter is required.this@Stability(value=Stable) public CfnFramework.Builder frameworkDescription(String frameworkDescription)
frameworkDescription - An optional description of the framework with a maximum 1,024 characters. This parameter is required.this@Stability(value=Stable) public CfnFramework.Builder frameworkName(String frameworkName)
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 (_).
frameworkName - The unique name of a framework. This parameter is required.this@Stability(value=Stable) public CfnFramework.Builder frameworkTags(IResolvable frameworkTags)
frameworkTags - A list of tags with which to tag your framework. This parameter is required.this@Stability(value=Stable) public CfnFramework.Builder frameworkTags(List<? extends Object> frameworkTags)
frameworkTags - A list of tags with which to tag your framework. This parameter is required.this@Stability(value=Stable) public CfnFramework build()
build in interface software.amazon.jsii.Builder<CfnFramework>Copyright © 2022. All rights reserved.