Class NeptuneCluster.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.neptune_cluster.NeptuneCluster.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<NeptuneCluster>
- Enclosing class:
- NeptuneCluster
@Stability(Stable) public static final class NeptuneCluster.Builder extends Object implements software.amazon.jsii.Builder<NeptuneCluster>
A fluent builder forNeptuneCluster.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description NeptuneCluster.BuilderallowMajorVersionUpgrade(com.hashicorp.cdktf.IResolvable allowMajorVersionUpgrade)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#allow_major_version_upgrade NeptuneCluster#allow_major_version_upgrade}.NeptuneCluster.BuilderallowMajorVersionUpgrade(Boolean allowMajorVersionUpgrade)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#allow_major_version_upgrade NeptuneCluster#allow_major_version_upgrade}.NeptuneCluster.BuilderapplyImmediately(com.hashicorp.cdktf.IResolvable applyImmediately)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#apply_immediately NeptuneCluster#apply_immediately}.NeptuneCluster.BuilderapplyImmediately(Boolean applyImmediately)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#apply_immediately NeptuneCluster#apply_immediately}.NeptuneCluster.BuilderavailabilityZones(List<String> availabilityZones)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#availability_zones NeptuneCluster#availability_zones}.NeptuneCluster.BuilderbackupRetentionPeriod(Number backupRetentionPeriod)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#backup_retention_period NeptuneCluster#backup_retention_period}.NeptuneClusterbuild()NeptuneCluster.BuilderclusterIdentifier(String clusterIdentifier)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#cluster_identifier NeptuneCluster#cluster_identifier}.NeptuneCluster.BuilderclusterIdentifierPrefix(String clusterIdentifierPrefix)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#cluster_identifier_prefix NeptuneCluster#cluster_identifier_prefix}.NeptuneCluster.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)NeptuneCluster.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)NeptuneCluster.BuildercopyTagsToSnapshot(com.hashicorp.cdktf.IResolvable copyTagsToSnapshot)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#copy_tags_to_snapshot NeptuneCluster#copy_tags_to_snapshot}.NeptuneCluster.BuildercopyTagsToSnapshot(Boolean copyTagsToSnapshot)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#copy_tags_to_snapshot NeptuneCluster#copy_tags_to_snapshot}.NeptuneCluster.Buildercount(com.hashicorp.cdktf.TerraformCount count)NeptuneCluster.Buildercount(Number count)static NeptuneCluster.Buildercreate(software.constructs.Construct scope, String id)NeptuneCluster.BuilderdeletionProtection(com.hashicorp.cdktf.IResolvable deletionProtection)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#deletion_protection NeptuneCluster#deletion_protection}.NeptuneCluster.BuilderdeletionProtection(Boolean deletionProtection)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#deletion_protection NeptuneCluster#deletion_protection}.NeptuneCluster.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)NeptuneCluster.BuilderenableCloudwatchLogsExports(List<String> enableCloudwatchLogsExports)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#enable_cloudwatch_logs_exports NeptuneCluster#enable_cloudwatch_logs_exports}.NeptuneCluster.Builderengine(String engine)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#engine NeptuneCluster#engine}.NeptuneCluster.BuilderengineVersion(String engineVersion)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#engine_version NeptuneCluster#engine_version}.NeptuneCluster.BuilderfinalSnapshotIdentifier(String finalSnapshotIdentifier)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#final_snapshot_identifier NeptuneCluster#final_snapshot_identifier}.NeptuneCluster.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)NeptuneCluster.BuilderglobalClusterIdentifier(String globalClusterIdentifier)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#global_cluster_identifier NeptuneCluster#global_cluster_identifier}.NeptuneCluster.BuilderiamDatabaseAuthenticationEnabled(com.hashicorp.cdktf.IResolvable iamDatabaseAuthenticationEnabled)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#iam_database_authentication_enabled NeptuneCluster#iam_database_authentication_enabled}.NeptuneCluster.BuilderiamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#iam_database_authentication_enabled NeptuneCluster#iam_database_authentication_enabled}.NeptuneCluster.BuilderiamRoles(List<String> iamRoles)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#iam_roles NeptuneCluster#iam_roles}.NeptuneCluster.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#id NeptuneCluster#id}.NeptuneCluster.BuilderkmsKeyArn(String kmsKeyArn)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#kms_key_arn NeptuneCluster#kms_key_arn}.NeptuneCluster.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)NeptuneCluster.BuilderneptuneClusterParameterGroupName(String neptuneClusterParameterGroupName)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#neptune_cluster_parameter_group_name NeptuneCluster#neptune_cluster_parameter_group_name}.NeptuneCluster.BuilderneptuneInstanceParameterGroupName(String neptuneInstanceParameterGroupName)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#neptune_instance_parameter_group_name NeptuneCluster#neptune_instance_parameter_group_name}.NeptuneCluster.BuilderneptuneSubnetGroupName(String neptuneSubnetGroupName)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#neptune_subnet_group_name NeptuneCluster#neptune_subnet_group_name}.NeptuneCluster.Builderport(Number port)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#port NeptuneCluster#port}.NeptuneCluster.BuilderpreferredBackupWindow(String preferredBackupWindow)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#preferred_backup_window NeptuneCluster#preferred_backup_window}.NeptuneCluster.BuilderpreferredMaintenanceWindow(String preferredMaintenanceWindow)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#preferred_maintenance_window NeptuneCluster#preferred_maintenance_window}.NeptuneCluster.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)NeptuneCluster.Builderprovisioners(List<? extends Object> provisioners)NeptuneCluster.BuilderreplicationSourceIdentifier(String replicationSourceIdentifier)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#replication_source_identifier NeptuneCluster#replication_source_identifier}.NeptuneCluster.BuilderserverlessV2ScalingConfiguration(NeptuneClusterServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration)serverless_v2_scaling_configuration block.NeptuneCluster.BuilderskipFinalSnapshot(com.hashicorp.cdktf.IResolvable skipFinalSnapshot)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#skip_final_snapshot NeptuneCluster#skip_final_snapshot}.NeptuneCluster.BuilderskipFinalSnapshot(Boolean skipFinalSnapshot)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#skip_final_snapshot NeptuneCluster#skip_final_snapshot}.NeptuneCluster.BuildersnapshotIdentifier(String snapshotIdentifier)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#snapshot_identifier NeptuneCluster#snapshot_identifier}.NeptuneCluster.BuilderstorageEncrypted(com.hashicorp.cdktf.IResolvable storageEncrypted)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#storage_encrypted NeptuneCluster#storage_encrypted}.NeptuneCluster.BuilderstorageEncrypted(Boolean storageEncrypted)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#storage_encrypted NeptuneCluster#storage_encrypted}.NeptuneCluster.Buildertags(Map<String,String> tags)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#tags NeptuneCluster#tags}.NeptuneCluster.BuildertagsAll(Map<String,String> tagsAll)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#tags_all NeptuneCluster#tags_all}.NeptuneCluster.Buildertimeouts(NeptuneClusterTimeouts timeouts)timeouts block.NeptuneCluster.BuildervpcSecurityGroupIds(List<String> vpcSecurityGroupIds)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#vpc_security_group_ids NeptuneCluster#vpc_security_group_ids}.
-
-
-
Method Detail
-
create
@Stability(Stable) public static NeptuneCluster.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
NeptuneCluster.Builder.
-
connection
@Stability(Experimental) public NeptuneCluster.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public NeptuneCluster.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public NeptuneCluster.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public NeptuneCluster.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public NeptuneCluster.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public NeptuneCluster.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public NeptuneCluster.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public NeptuneCluster.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public NeptuneCluster.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
allowMajorVersionUpgrade
@Stability(Stable) public NeptuneCluster.Builder allowMajorVersionUpgrade(Boolean allowMajorVersionUpgrade)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#allow_major_version_upgrade NeptuneCluster#allow_major_version_upgrade}.- Parameters:
allowMajorVersionUpgrade- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#allow_major_version_upgrade NeptuneCluster#allow_major_version_upgrade}. This parameter is required.- Returns:
this
-
allowMajorVersionUpgrade
@Stability(Stable) public NeptuneCluster.Builder allowMajorVersionUpgrade(com.hashicorp.cdktf.IResolvable allowMajorVersionUpgrade)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#allow_major_version_upgrade NeptuneCluster#allow_major_version_upgrade}.- Parameters:
allowMajorVersionUpgrade- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#allow_major_version_upgrade NeptuneCluster#allow_major_version_upgrade}. This parameter is required.- Returns:
this
-
applyImmediately
@Stability(Stable) public NeptuneCluster.Builder applyImmediately(Boolean applyImmediately)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#apply_immediately NeptuneCluster#apply_immediately}.- Parameters:
applyImmediately- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#apply_immediately NeptuneCluster#apply_immediately}. This parameter is required.- Returns:
this
-
applyImmediately
@Stability(Stable) public NeptuneCluster.Builder applyImmediately(com.hashicorp.cdktf.IResolvable applyImmediately)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#apply_immediately NeptuneCluster#apply_immediately}.- Parameters:
applyImmediately- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#apply_immediately NeptuneCluster#apply_immediately}. This parameter is required.- Returns:
this
-
availabilityZones
@Stability(Stable) public NeptuneCluster.Builder availabilityZones(List<String> availabilityZones)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#availability_zones NeptuneCluster#availability_zones}.- Parameters:
availabilityZones- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#availability_zones NeptuneCluster#availability_zones}. This parameter is required.- Returns:
this
-
backupRetentionPeriod
@Stability(Stable) public NeptuneCluster.Builder backupRetentionPeriod(Number backupRetentionPeriod)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#backup_retention_period NeptuneCluster#backup_retention_period}.- Parameters:
backupRetentionPeriod- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#backup_retention_period NeptuneCluster#backup_retention_period}. This parameter is required.- Returns:
this
-
clusterIdentifier
@Stability(Stable) public NeptuneCluster.Builder clusterIdentifier(String clusterIdentifier)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#cluster_identifier NeptuneCluster#cluster_identifier}.- Parameters:
clusterIdentifier- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#cluster_identifier NeptuneCluster#cluster_identifier}. This parameter is required.- Returns:
this
-
clusterIdentifierPrefix
@Stability(Stable) public NeptuneCluster.Builder clusterIdentifierPrefix(String clusterIdentifierPrefix)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#cluster_identifier_prefix NeptuneCluster#cluster_identifier_prefix}.- Parameters:
clusterIdentifierPrefix- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#cluster_identifier_prefix NeptuneCluster#cluster_identifier_prefix}. This parameter is required.- Returns:
this
-
copyTagsToSnapshot
@Stability(Stable) public NeptuneCluster.Builder copyTagsToSnapshot(Boolean copyTagsToSnapshot)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#copy_tags_to_snapshot NeptuneCluster#copy_tags_to_snapshot}.- Parameters:
copyTagsToSnapshot- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#copy_tags_to_snapshot NeptuneCluster#copy_tags_to_snapshot}. This parameter is required.- Returns:
this
-
copyTagsToSnapshot
@Stability(Stable) public NeptuneCluster.Builder copyTagsToSnapshot(com.hashicorp.cdktf.IResolvable copyTagsToSnapshot)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#copy_tags_to_snapshot NeptuneCluster#copy_tags_to_snapshot}.- Parameters:
copyTagsToSnapshot- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#copy_tags_to_snapshot NeptuneCluster#copy_tags_to_snapshot}. This parameter is required.- Returns:
this
-
deletionProtection
@Stability(Stable) public NeptuneCluster.Builder deletionProtection(Boolean deletionProtection)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#deletion_protection NeptuneCluster#deletion_protection}.- Parameters:
deletionProtection- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#deletion_protection NeptuneCluster#deletion_protection}. This parameter is required.- Returns:
this
-
deletionProtection
@Stability(Stable) public NeptuneCluster.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_cluster#deletion_protection NeptuneCluster#deletion_protection}.- Parameters:
deletionProtection- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#deletion_protection NeptuneCluster#deletion_protection}. This parameter is required.- Returns:
this
-
enableCloudwatchLogsExports
@Stability(Stable) public NeptuneCluster.Builder enableCloudwatchLogsExports(List<String> enableCloudwatchLogsExports)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#enable_cloudwatch_logs_exports NeptuneCluster#enable_cloudwatch_logs_exports}.- Parameters:
enableCloudwatchLogsExports- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#enable_cloudwatch_logs_exports NeptuneCluster#enable_cloudwatch_logs_exports}. This parameter is required.- Returns:
this
-
engine
@Stability(Stable) public NeptuneCluster.Builder engine(String engine)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#engine NeptuneCluster#engine}.- Parameters:
engine- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#engine NeptuneCluster#engine}. This parameter is required.- Returns:
this
-
engineVersion
@Stability(Stable) public NeptuneCluster.Builder engineVersion(String engineVersion)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#engine_version NeptuneCluster#engine_version}.- Parameters:
engineVersion- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#engine_version NeptuneCluster#engine_version}. This parameter is required.- Returns:
this
-
finalSnapshotIdentifier
@Stability(Stable) public NeptuneCluster.Builder finalSnapshotIdentifier(String finalSnapshotIdentifier)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#final_snapshot_identifier NeptuneCluster#final_snapshot_identifier}.- Parameters:
finalSnapshotIdentifier- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#final_snapshot_identifier NeptuneCluster#final_snapshot_identifier}. This parameter is required.- Returns:
this
-
globalClusterIdentifier
@Stability(Stable) public NeptuneCluster.Builder globalClusterIdentifier(String globalClusterIdentifier)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#global_cluster_identifier NeptuneCluster#global_cluster_identifier}.- Parameters:
globalClusterIdentifier- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#global_cluster_identifier NeptuneCluster#global_cluster_identifier}. This parameter is required.- Returns:
this
-
iamDatabaseAuthenticationEnabled
@Stability(Stable) public NeptuneCluster.Builder iamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#iam_database_authentication_enabled NeptuneCluster#iam_database_authentication_enabled}.- Parameters:
iamDatabaseAuthenticationEnabled- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#iam_database_authentication_enabled NeptuneCluster#iam_database_authentication_enabled}. This parameter is required.- Returns:
this
-
iamDatabaseAuthenticationEnabled
@Stability(Stable) public NeptuneCluster.Builder iamDatabaseAuthenticationEnabled(com.hashicorp.cdktf.IResolvable iamDatabaseAuthenticationEnabled)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#iam_database_authentication_enabled NeptuneCluster#iam_database_authentication_enabled}.- Parameters:
iamDatabaseAuthenticationEnabled- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#iam_database_authentication_enabled NeptuneCluster#iam_database_authentication_enabled}. This parameter is required.- Returns:
this
-
iamRoles
@Stability(Stable) public NeptuneCluster.Builder iamRoles(List<String> iamRoles)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#iam_roles NeptuneCluster#iam_roles}.- Parameters:
iamRoles- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#iam_roles NeptuneCluster#iam_roles}. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public NeptuneCluster.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#id NeptuneCluster#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_cluster#id NeptuneCluster#id}. This parameter is required.- Returns:
this
-
kmsKeyArn
@Stability(Stable) public NeptuneCluster.Builder kmsKeyArn(String kmsKeyArn)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#kms_key_arn NeptuneCluster#kms_key_arn}.- Parameters:
kmsKeyArn- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#kms_key_arn NeptuneCluster#kms_key_arn}. This parameter is required.- Returns:
this
-
neptuneClusterParameterGroupName
@Stability(Stable) public NeptuneCluster.Builder neptuneClusterParameterGroupName(String neptuneClusterParameterGroupName)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#neptune_cluster_parameter_group_name NeptuneCluster#neptune_cluster_parameter_group_name}.- Parameters:
neptuneClusterParameterGroupName- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#neptune_cluster_parameter_group_name NeptuneCluster#neptune_cluster_parameter_group_name}. This parameter is required.- Returns:
this
-
neptuneInstanceParameterGroupName
@Stability(Stable) public NeptuneCluster.Builder neptuneInstanceParameterGroupName(String neptuneInstanceParameterGroupName)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#neptune_instance_parameter_group_name NeptuneCluster#neptune_instance_parameter_group_name}.- Parameters:
neptuneInstanceParameterGroupName- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#neptune_instance_parameter_group_name NeptuneCluster#neptune_instance_parameter_group_name}. This parameter is required.- Returns:
this
-
neptuneSubnetGroupName
@Stability(Stable) public NeptuneCluster.Builder neptuneSubnetGroupName(String neptuneSubnetGroupName)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#neptune_subnet_group_name NeptuneCluster#neptune_subnet_group_name}.- Parameters:
neptuneSubnetGroupName- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#neptune_subnet_group_name NeptuneCluster#neptune_subnet_group_name}. This parameter is required.- Returns:
this
-
port
@Stability(Stable) public NeptuneCluster.Builder port(Number port)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#port NeptuneCluster#port}.- Parameters:
port- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#port NeptuneCluster#port}. This parameter is required.- Returns:
this
-
preferredBackupWindow
@Stability(Stable) public NeptuneCluster.Builder preferredBackupWindow(String preferredBackupWindow)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#preferred_backup_window NeptuneCluster#preferred_backup_window}.- Parameters:
preferredBackupWindow- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#preferred_backup_window NeptuneCluster#preferred_backup_window}. This parameter is required.- Returns:
this
-
preferredMaintenanceWindow
@Stability(Stable) public NeptuneCluster.Builder preferredMaintenanceWindow(String preferredMaintenanceWindow)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#preferred_maintenance_window NeptuneCluster#preferred_maintenance_window}.- Parameters:
preferredMaintenanceWindow- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#preferred_maintenance_window NeptuneCluster#preferred_maintenance_window}. This parameter is required.- Returns:
this
-
replicationSourceIdentifier
@Stability(Stable) public NeptuneCluster.Builder replicationSourceIdentifier(String replicationSourceIdentifier)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#replication_source_identifier NeptuneCluster#replication_source_identifier}.- Parameters:
replicationSourceIdentifier- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#replication_source_identifier NeptuneCluster#replication_source_identifier}. This parameter is required.- Returns:
this
-
serverlessV2ScalingConfiguration
@Stability(Stable) public NeptuneCluster.Builder serverlessV2ScalingConfiguration(NeptuneClusterServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration)
serverless_v2_scaling_configuration block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#serverless_v2_scaling_configuration NeptuneCluster#serverless_v2_scaling_configuration}
- Parameters:
serverlessV2ScalingConfiguration- serverless_v2_scaling_configuration block. This parameter is required.- Returns:
this
-
skipFinalSnapshot
@Stability(Stable) public NeptuneCluster.Builder skipFinalSnapshot(Boolean skipFinalSnapshot)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#skip_final_snapshot NeptuneCluster#skip_final_snapshot}.- Parameters:
skipFinalSnapshot- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#skip_final_snapshot NeptuneCluster#skip_final_snapshot}. This parameter is required.- Returns:
this
-
skipFinalSnapshot
@Stability(Stable) public NeptuneCluster.Builder skipFinalSnapshot(com.hashicorp.cdktf.IResolvable skipFinalSnapshot)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#skip_final_snapshot NeptuneCluster#skip_final_snapshot}.- Parameters:
skipFinalSnapshot- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#skip_final_snapshot NeptuneCluster#skip_final_snapshot}. This parameter is required.- Returns:
this
-
snapshotIdentifier
@Stability(Stable) public NeptuneCluster.Builder snapshotIdentifier(String snapshotIdentifier)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#snapshot_identifier NeptuneCluster#snapshot_identifier}.- Parameters:
snapshotIdentifier- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#snapshot_identifier NeptuneCluster#snapshot_identifier}. This parameter is required.- Returns:
this
-
storageEncrypted
@Stability(Stable) public NeptuneCluster.Builder storageEncrypted(Boolean storageEncrypted)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#storage_encrypted NeptuneCluster#storage_encrypted}.- Parameters:
storageEncrypted- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#storage_encrypted NeptuneCluster#storage_encrypted}. This parameter is required.- Returns:
this
-
storageEncrypted
@Stability(Stable) public NeptuneCluster.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_cluster#storage_encrypted NeptuneCluster#storage_encrypted}.- Parameters:
storageEncrypted- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#storage_encrypted NeptuneCluster#storage_encrypted}. This parameter is required.- Returns:
this
-
tags
@Stability(Stable) public NeptuneCluster.Builder tags(Map<String,String> tags)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#tags NeptuneCluster#tags}.- Parameters:
tags- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#tags NeptuneCluster#tags}. This parameter is required.- Returns:
this
-
tagsAll
@Stability(Stable) public NeptuneCluster.Builder tagsAll(Map<String,String> tagsAll)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#tags_all NeptuneCluster#tags_all}.- Parameters:
tagsAll- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#tags_all NeptuneCluster#tags_all}. This parameter is required.- Returns:
this
-
timeouts
@Stability(Stable) public NeptuneCluster.Builder timeouts(NeptuneClusterTimeouts timeouts)
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#timeouts NeptuneCluster#timeouts}
- Parameters:
timeouts- timeouts block. This parameter is required.- Returns:
this
-
vpcSecurityGroupIds
@Stability(Stable) public NeptuneCluster.Builder vpcSecurityGroupIds(List<String> vpcSecurityGroupIds)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#vpc_security_group_ids NeptuneCluster#vpc_security_group_ids}.- Parameters:
vpcSecurityGroupIds- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#vpc_security_group_ids NeptuneCluster#vpc_security_group_ids}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public NeptuneCluster build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<NeptuneCluster>- Returns:
- a newly built instance of
NeptuneCluster.
-
-