@Stability(value=Stable) public static final class CfnFrameworkProps.Builder extends Object implements software.amazon.jsii.Builder<CfnFrameworkProps>
CfnFrameworkProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFrameworkProps |
build()
Builds the configured instance.
|
CfnFrameworkProps.Builder |
frameworkControls(IResolvable frameworkControls)
Sets the value of
CfnFrameworkProps.getFrameworkControls() |
CfnFrameworkProps.Builder |
frameworkControls(List<? extends Object> frameworkControls)
Sets the value of
CfnFrameworkProps.getFrameworkControls() |
CfnFrameworkProps.Builder |
frameworkDescription(String frameworkDescription)
Sets the value of
CfnFrameworkProps.getFrameworkDescription() |
CfnFrameworkProps.Builder |
frameworkName(String frameworkName)
Sets the value of
CfnFrameworkProps.getFrameworkName() |
CfnFrameworkProps.Builder |
frameworkTags(IResolvable frameworkTags)
Sets the value of
CfnFrameworkProps.getFrameworkTags() |
CfnFrameworkProps.Builder |
frameworkTags(List<? extends Object> frameworkTags)
Sets the value of
CfnFrameworkProps.getFrameworkTags() |
@Stability(value=Stable) public CfnFrameworkProps.Builder frameworkControls(IResolvable frameworkControls)
CfnFrameworkProps.getFrameworkControls()frameworkControls - Contains detailed information about all of the controls of a framework. This parameter is required.
Each framework must contain at least one control.this@Stability(value=Stable) public CfnFrameworkProps.Builder frameworkControls(List<? extends Object> frameworkControls)
CfnFrameworkProps.getFrameworkControls()frameworkControls - Contains detailed information about all of the controls of a framework. This parameter is required.
Each framework must contain at least one control.this@Stability(value=Stable) public CfnFrameworkProps.Builder frameworkDescription(String frameworkDescription)
CfnFrameworkProps.getFrameworkDescription()frameworkDescription - An optional description of the framework with a maximum 1,024 characters.this@Stability(value=Stable) public CfnFrameworkProps.Builder frameworkName(String frameworkName)
CfnFrameworkProps.getFrameworkName()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 (_).this@Stability(value=Stable) public CfnFrameworkProps.Builder frameworkTags(IResolvable frameworkTags)
CfnFrameworkProps.getFrameworkTags()frameworkTags - A list of tags with which to tag your framework.this@Stability(value=Stable) public CfnFrameworkProps.Builder frameworkTags(List<? extends Object> frameworkTags)
CfnFrameworkProps.getFrameworkTags()frameworkTags - A list of tags with which to tag your framework.this@Stability(value=Stable) public CfnFrameworkProps build()
build in interface software.amazon.jsii.Builder<CfnFrameworkProps>CfnFrameworkPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.