Uses of Class
software.amazon.awscdk.services.neptune.DatabaseInstance.Builder
-
Uses of DatabaseInstance.Builder in software.amazon.awscdk.services.neptune
Modifier and TypeMethodDescriptionDatabaseInstance.Builder.availabilityZone
(String availabilityZone) (experimental) The name of the Availability Zone where the DB instance will be located.DatabaseInstance.Builder.cluster
(IDatabaseCluster cluster) (experimental) The Neptune database cluster the instance should launch into.static DatabaseInstance.Builder
DatabaseInstance.Builder.dbInstanceName
(String dbInstanceName) (experimental) A name for the DB instance.DatabaseInstance.Builder.instanceType
(InstanceType instanceType) (experimental) What type of instance to start for the replicas.DatabaseInstance.Builder.parameterGroup
(IParameterGroup parameterGroup) (experimental) The DB parameter group to associate with the instance.DatabaseInstance.Builder.removalPolicy
(RemovalPolicy removalPolicy) (experimental) The CloudFormation policy to apply when the instance is removed from the stack or replaced during an update.