Class NeptuneGlobalCluster.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.neptune_global_cluster.NeptuneGlobalCluster.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<NeptuneGlobalCluster>
- Enclosing class:
- NeptuneGlobalCluster
@Stability(Stable) public static final class NeptuneGlobalCluster.Builder extends Object implements software.amazon.jsii.Builder<NeptuneGlobalCluster>
A fluent builder forNeptuneGlobalCluster.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description NeptuneGlobalClusterbuild()NeptuneGlobalCluster.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)NeptuneGlobalCluster.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)NeptuneGlobalCluster.Buildercount(com.hashicorp.cdktf.TerraformCount count)NeptuneGlobalCluster.Buildercount(Number count)static NeptuneGlobalCluster.Buildercreate(software.constructs.Construct scope, String id)NeptuneGlobalCluster.BuilderdeletionProtection(com.hashicorp.cdktf.IResolvable deletionProtection)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#deletion_protection NeptuneGlobalCluster#deletion_protection}.NeptuneGlobalCluster.BuilderdeletionProtection(Boolean deletionProtection)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#deletion_protection NeptuneGlobalCluster#deletion_protection}.NeptuneGlobalCluster.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)NeptuneGlobalCluster.Builderengine(String engine)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#engine NeptuneGlobalCluster#engine}.NeptuneGlobalCluster.BuilderengineVersion(String engineVersion)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#engine_version NeptuneGlobalCluster#engine_version}.NeptuneGlobalCluster.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)NeptuneGlobalCluster.BuilderglobalClusterIdentifier(String globalClusterIdentifier)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#global_cluster_identifier NeptuneGlobalCluster#global_cluster_identifier}.NeptuneGlobalCluster.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#id NeptuneGlobalCluster#id}.NeptuneGlobalCluster.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)NeptuneGlobalCluster.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)NeptuneGlobalCluster.Builderprovisioners(List<? extends Object> provisioners)NeptuneGlobalCluster.BuildersourceDbClusterIdentifier(String sourceDbClusterIdentifier)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#source_db_cluster_identifier NeptuneGlobalCluster#source_db_cluster_identifier}.NeptuneGlobalCluster.BuilderstorageEncrypted(com.hashicorp.cdktf.IResolvable storageEncrypted)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#storage_encrypted NeptuneGlobalCluster#storage_encrypted}.NeptuneGlobalCluster.BuilderstorageEncrypted(Boolean storageEncrypted)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#storage_encrypted NeptuneGlobalCluster#storage_encrypted}.NeptuneGlobalCluster.Buildertimeouts(NeptuneGlobalClusterTimeouts timeouts)timeouts block.
-
-
-
Method Detail
-
create
@Stability(Stable) public static NeptuneGlobalCluster.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
NeptuneGlobalCluster.Builder.
-
connection
@Stability(Experimental) public NeptuneGlobalCluster.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public NeptuneGlobalCluster.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public NeptuneGlobalCluster.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public NeptuneGlobalCluster.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public NeptuneGlobalCluster.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public NeptuneGlobalCluster.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public NeptuneGlobalCluster.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public NeptuneGlobalCluster.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public NeptuneGlobalCluster.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
globalClusterIdentifier
@Stability(Stable) public NeptuneGlobalCluster.Builder globalClusterIdentifier(String globalClusterIdentifier)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#global_cluster_identifier NeptuneGlobalCluster#global_cluster_identifier}.- Parameters:
globalClusterIdentifier- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#global_cluster_identifier NeptuneGlobalCluster#global_cluster_identifier}. This parameter is required.- Returns:
this
-
deletionProtection
@Stability(Stable) public NeptuneGlobalCluster.Builder deletionProtection(Boolean deletionProtection)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#deletion_protection NeptuneGlobalCluster#deletion_protection}.- Parameters:
deletionProtection- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#deletion_protection NeptuneGlobalCluster#deletion_protection}. This parameter is required.- Returns:
this
-
deletionProtection
@Stability(Stable) public NeptuneGlobalCluster.Builder deletionProtection(com.hashicorp.cdktf.IResolvable deletionProtection)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#deletion_protection NeptuneGlobalCluster#deletion_protection}.- Parameters:
deletionProtection- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#deletion_protection NeptuneGlobalCluster#deletion_protection}. This parameter is required.- Returns:
this
-
engine
@Stability(Stable) public NeptuneGlobalCluster.Builder engine(String engine)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#engine NeptuneGlobalCluster#engine}.- Parameters:
engine- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#engine NeptuneGlobalCluster#engine}. This parameter is required.- Returns:
this
-
engineVersion
@Stability(Stable) public NeptuneGlobalCluster.Builder engineVersion(String engineVersion)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#engine_version NeptuneGlobalCluster#engine_version}.- Parameters:
engineVersion- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#engine_version NeptuneGlobalCluster#engine_version}. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public NeptuneGlobalCluster.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#id NeptuneGlobalCluster#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/neptune_global_cluster#id NeptuneGlobalCluster#id}. This parameter is required.- Returns:
this
-
sourceDbClusterIdentifier
@Stability(Stable) public NeptuneGlobalCluster.Builder sourceDbClusterIdentifier(String sourceDbClusterIdentifier)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#source_db_cluster_identifier NeptuneGlobalCluster#source_db_cluster_identifier}.- Parameters:
sourceDbClusterIdentifier- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#source_db_cluster_identifier NeptuneGlobalCluster#source_db_cluster_identifier}. This parameter is required.- Returns:
this
-
storageEncrypted
@Stability(Stable) public NeptuneGlobalCluster.Builder storageEncrypted(Boolean storageEncrypted)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#storage_encrypted NeptuneGlobalCluster#storage_encrypted}.- Parameters:
storageEncrypted- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#storage_encrypted NeptuneGlobalCluster#storage_encrypted}. This parameter is required.- Returns:
this
-
storageEncrypted
@Stability(Stable) public NeptuneGlobalCluster.Builder storageEncrypted(com.hashicorp.cdktf.IResolvable storageEncrypted)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#storage_encrypted NeptuneGlobalCluster#storage_encrypted}.- Parameters:
storageEncrypted- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#storage_encrypted NeptuneGlobalCluster#storage_encrypted}. This parameter is required.- Returns:
this
-
timeouts
@Stability(Stable) public NeptuneGlobalCluster.Builder timeouts(NeptuneGlobalClusterTimeouts timeouts)
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_global_cluster#timeouts NeptuneGlobalCluster#timeouts}
- Parameters:
timeouts- timeouts block. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public NeptuneGlobalCluster build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<NeptuneGlobalCluster>- Returns:
- a newly built instance of
NeptuneGlobalCluster.
-
-