Class Route53RecoverycontrolconfigControlPanel.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.route53_recoverycontrolconfig_control_panel.Route53RecoverycontrolconfigControlPanel.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<Route53RecoverycontrolconfigControlPanel>
- Enclosing class:
- Route53RecoverycontrolconfigControlPanel
@Stability(Stable) public static final class Route53RecoverycontrolconfigControlPanel.Builder extends Object implements software.amazon.jsii.Builder<Route53RecoverycontrolconfigControlPanel>
A fluent builder forRoute53RecoverycontrolconfigControlPanel.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Route53RecoverycontrolconfigControlPanelbuild()Route53RecoverycontrolconfigControlPanel.BuilderclusterArn(String clusterArn)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route53recoverycontrolconfig_control_panel#cluster_arn Route53RecoverycontrolconfigControlPanel#cluster_arn}.Route53RecoverycontrolconfigControlPanel.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)Route53RecoverycontrolconfigControlPanel.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)Route53RecoverycontrolconfigControlPanel.Buildercount(com.hashicorp.cdktf.TerraformCount count)Route53RecoverycontrolconfigControlPanel.Buildercount(Number count)static Route53RecoverycontrolconfigControlPanel.Buildercreate(software.constructs.Construct scope, String id)Route53RecoverycontrolconfigControlPanel.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)Route53RecoverycontrolconfigControlPanel.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)Route53RecoverycontrolconfigControlPanel.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route53recoverycontrolconfig_control_panel#id Route53RecoverycontrolconfigControlPanel#id}.Route53RecoverycontrolconfigControlPanel.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)Route53RecoverycontrolconfigControlPanel.Buildername(String name)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route53recoverycontrolconfig_control_panel#name Route53RecoverycontrolconfigControlPanel#name}.Route53RecoverycontrolconfigControlPanel.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)Route53RecoverycontrolconfigControlPanel.Builderprovisioners(List<? extends Object> provisioners)
-
-
-
Method Detail
-
create
@Stability(Stable) public static Route53RecoverycontrolconfigControlPanel.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.- Returns:
- a new instance of
Route53RecoverycontrolconfigControlPanel.Builder.
-
connection
@Stability(Experimental) public Route53RecoverycontrolconfigControlPanel.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public Route53RecoverycontrolconfigControlPanel.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public Route53RecoverycontrolconfigControlPanel.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public Route53RecoverycontrolconfigControlPanel.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public Route53RecoverycontrolconfigControlPanel.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public Route53RecoverycontrolconfigControlPanel.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public Route53RecoverycontrolconfigControlPanel.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public Route53RecoverycontrolconfigControlPanel.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public Route53RecoverycontrolconfigControlPanel.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
clusterArn
@Stability(Stable) public Route53RecoverycontrolconfigControlPanel.Builder clusterArn(String clusterArn)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route53recoverycontrolconfig_control_panel#cluster_arn Route53RecoverycontrolconfigControlPanel#cluster_arn}.- Parameters:
clusterArn- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route53recoverycontrolconfig_control_panel#cluster_arn Route53RecoverycontrolconfigControlPanel#cluster_arn}. This parameter is required.- Returns:
this
-
name
@Stability(Stable) public Route53RecoverycontrolconfigControlPanel.Builder name(String name)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route53recoverycontrolconfig_control_panel#name Route53RecoverycontrolconfigControlPanel#name}.- Parameters:
name- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route53recoverycontrolconfig_control_panel#name Route53RecoverycontrolconfigControlPanel#name}. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public Route53RecoverycontrolconfigControlPanel.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route53recoverycontrolconfig_control_panel#id Route53RecoverycontrolconfigControlPanel#id}.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.
- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route53recoverycontrolconfig_control_panel#id Route53RecoverycontrolconfigControlPanel#id}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public Route53RecoverycontrolconfigControlPanel build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<Route53RecoverycontrolconfigControlPanel>- Returns:
- a newly built instance of
Route53RecoverycontrolconfigControlPanel.
-
-