Class AuditmanagerFrameworkControlSetsControls.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.auditmanager_framework.AuditmanagerFrameworkControlSetsControls.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AuditmanagerFrameworkControlSetsControls>
- Enclosing interface:
- AuditmanagerFrameworkControlSetsControls
@Stability(Stable) public static final class AuditmanagerFrameworkControlSetsControls.Builder extends Object implements software.amazon.jsii.Builder<AuditmanagerFrameworkControlSetsControls>
A builder forAuditmanagerFrameworkControlSetsControls
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuditmanagerFrameworkControlSetsControlsbuild()Builds the configured instance.AuditmanagerFrameworkControlSetsControls.Builderid(String id)Sets the value ofAuditmanagerFrameworkControlSetsControls.getId()
-
-
-
Method Detail
-
id
@Stability(Stable) public AuditmanagerFrameworkControlSetsControls.Builder id(String id)
Sets the value ofAuditmanagerFrameworkControlSetsControls.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/auditmanager_framework#id AuditmanagerFramework#id}. This parameter is required. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.- Returns:
this
-
build
@Stability(Stable) public AuditmanagerFrameworkControlSetsControls build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AuditmanagerFrameworkControlSetsControls>- Returns:
- a new instance of
AuditmanagerFrameworkControlSetsControls - Throws:
NullPointerException- if any required attribute was not provided
-
-