Uses of Class
software.amazon.awscdk.services.neptune.alpha.DatabaseInstance.Builder
Packages that use DatabaseInstance.Builder
-
Uses of DatabaseInstance.Builder in software.amazon.awscdk.services.neptune.alpha
Methods in software.amazon.awscdk.services.neptune.alpha that return DatabaseInstance.BuilderModifier and TypeMethodDescriptionDatabaseInstance.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) (experimental) Indicates that minor version patches are applied automatically.DatabaseInstance.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.BuilderDatabaseInstance.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.