Uses of Class
software.amazon.awscdk.services.neptune.alpha.DatabaseInstanceProps.Builder
-
Uses of DatabaseInstanceProps.Builder in software.amazon.awscdk.services.neptune.alpha
Modifier and TypeMethodDescriptionDatabaseInstanceProps.Builder.availabilityZone
(String availabilityZone) Sets the value ofDatabaseInstanceProps.getAvailabilityZone()
DatabaseInstanceProps.builder()
DatabaseInstanceProps.Builder.cluster
(IDatabaseCluster cluster) Sets the value ofDatabaseInstanceProps.getCluster()
DatabaseInstanceProps.Builder.dbInstanceName
(String dbInstanceName) Sets the value ofDatabaseInstanceProps.getDbInstanceName()
DatabaseInstanceProps.Builder.instanceType
(InstanceType instanceType) Sets the value ofDatabaseInstanceProps.getInstanceType()
DatabaseInstanceProps.Builder.parameterGroup
(IParameterGroup parameterGroup) Sets the value ofDatabaseInstanceProps.getParameterGroup()
DatabaseInstanceProps.Builder.removalPolicy
(RemovalPolicy removalPolicy) Sets the value ofDatabaseInstanceProps.getRemovalPolicy()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(DatabaseInstanceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theDatabaseInstanceProps.Builder
.