Uses of Class
software.amazon.awscdk.services.neptune.DatabaseInstanceProps.Builder
Packages that use DatabaseInstanceProps.Builder
-
Uses of DatabaseInstanceProps.Builder in software.amazon.awscdk.services.neptune
Methods in software.amazon.awscdk.services.neptune that return DatabaseInstanceProps.BuilderModifier 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()Constructors in software.amazon.awscdk.services.neptune with parameters of type DatabaseInstanceProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(DatabaseInstanceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theDatabaseInstanceProps.Builder.