Class AuditmanagerFrameworkConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.auditmanager_framework.AuditmanagerFrameworkConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AuditmanagerFrameworkConfig>
- Enclosing interface:
- AuditmanagerFrameworkConfig
@Stability(Stable) public static final class AuditmanagerFrameworkConfig.Builder extends Object implements software.amazon.jsii.Builder<AuditmanagerFrameworkConfig>
A builder forAuditmanagerFrameworkConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuditmanagerFrameworkConfigbuild()Builds the configured instance.AuditmanagerFrameworkConfig.BuildercomplianceType(String complianceType)Sets the value ofAuditmanagerFrameworkConfig.getComplianceType()AuditmanagerFrameworkConfig.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()AuditmanagerFrameworkConfig.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()AuditmanagerFrameworkConfig.BuildercontrolSets(com.hashicorp.cdktf.IResolvable controlSets)Sets the value ofAuditmanagerFrameworkConfig.getControlSets()AuditmanagerFrameworkConfig.BuildercontrolSets(List<? extends AuditmanagerFrameworkControlSets> controlSets)Sets the value ofAuditmanagerFrameworkConfig.getControlSets()AuditmanagerFrameworkConfig.Buildercount(com.hashicorp.cdktf.TerraformCount count)Sets the value ofTerraformMetaArguments.getCount()AuditmanagerFrameworkConfig.Buildercount(Number count)Sets the value ofTerraformMetaArguments.getCount()AuditmanagerFrameworkConfig.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)Sets the value ofTerraformMetaArguments.getDependsOn()AuditmanagerFrameworkConfig.Builderdescription(String description)Sets the value ofAuditmanagerFrameworkConfig.getDescription()AuditmanagerFrameworkConfig.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)Sets the value ofTerraformMetaArguments.getForEach()AuditmanagerFrameworkConfig.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)Sets the value ofTerraformMetaArguments.getLifecycle()AuditmanagerFrameworkConfig.Buildername(String name)Sets the value ofAuditmanagerFrameworkConfig.getName()AuditmanagerFrameworkConfig.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)Sets the value ofTerraformMetaArguments.getProvider()AuditmanagerFrameworkConfig.Builderprovisioners(List<? extends Object> provisioners)Sets the value ofTerraformMetaArguments.getProvisioners()AuditmanagerFrameworkConfig.Buildertags(Map<String,String> tags)Sets the value ofAuditmanagerFrameworkConfig.getTags()
-
-
-
Method Detail
-
name
@Stability(Stable) public AuditmanagerFrameworkConfig.Builder name(String name)
Sets the value ofAuditmanagerFrameworkConfig.getName()- Parameters:
name- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/auditmanager_framework#name AuditmanagerFramework#name}. This parameter is required.- Returns:
this
-
complianceType
@Stability(Stable) public AuditmanagerFrameworkConfig.Builder complianceType(String complianceType)
Sets the value ofAuditmanagerFrameworkConfig.getComplianceType()- Parameters:
complianceType- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/auditmanager_framework#compliance_type AuditmanagerFramework#compliance_type}.- Returns:
this
-
controlSets
@Stability(Stable) public AuditmanagerFrameworkConfig.Builder controlSets(com.hashicorp.cdktf.IResolvable controlSets)
Sets the value ofAuditmanagerFrameworkConfig.getControlSets()- Parameters:
controlSets- control_sets block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/auditmanager_framework#control_sets AuditmanagerFramework#control_sets}- Returns:
this
-
controlSets
@Stability(Stable) public AuditmanagerFrameworkConfig.Builder controlSets(List<? extends AuditmanagerFrameworkControlSets> controlSets)
Sets the value ofAuditmanagerFrameworkConfig.getControlSets()- Parameters:
controlSets- control_sets block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/auditmanager_framework#control_sets AuditmanagerFramework#control_sets}- Returns:
this
-
description
@Stability(Stable) public AuditmanagerFrameworkConfig.Builder description(String description)
Sets the value ofAuditmanagerFrameworkConfig.getDescription()- Parameters:
description- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/auditmanager_framework#description AuditmanagerFramework#description}.- Returns:
this
-
tags
@Stability(Stable) public AuditmanagerFrameworkConfig.Builder tags(Map<String,String> tags)
Sets the value ofAuditmanagerFrameworkConfig.getTags()- Parameters:
tags- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/auditmanager_framework#tags AuditmanagerFramework#tags}.- Returns:
this
-
connection
@Stability(Experimental) public AuditmanagerFrameworkConfig.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
connection
@Stability(Experimental) public AuditmanagerFrameworkConfig.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public AuditmanagerFrameworkConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public AuditmanagerFrameworkConfig.Builder count(com.hashicorp.cdktf.TerraformCount count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
dependsOn
@Stability(Experimental) public AuditmanagerFrameworkConfig.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
Sets the value ofTerraformMetaArguments.getDependsOn()- Parameters:
dependsOn- the value to be set.- Returns:
this
-
forEach
@Stability(Experimental) public AuditmanagerFrameworkConfig.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
Sets the value ofTerraformMetaArguments.getForEach()- Parameters:
forEach- the value to be set.- Returns:
this
-
lifecycle
@Stability(Experimental) public AuditmanagerFrameworkConfig.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
Sets the value ofTerraformMetaArguments.getLifecycle()- Parameters:
lifecycle- the value to be set.- Returns:
this
-
provider
@Stability(Experimental) public AuditmanagerFrameworkConfig.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
Sets the value ofTerraformMetaArguments.getProvider()- Parameters:
provider- the value to be set.- Returns:
this
-
provisioners
@Stability(Experimental) public AuditmanagerFrameworkConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public AuditmanagerFrameworkConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AuditmanagerFrameworkConfig>- Returns:
- a new instance of
AuditmanagerFrameworkConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-