Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.neptune.CfnDBInstanceMixinProps.Builder
Packages that use CfnDBInstanceMixinProps.Builder
-
Uses of CfnDBInstanceMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.neptune
Methods in software.amazon.awscdk.cfnpropertymixins.services.neptune that return CfnDBInstanceMixinProps.BuilderModifier and TypeMethodDescriptionCfnDBInstanceMixinProps.Builder.allowMajorVersionUpgrade(Boolean allowMajorVersionUpgrade) Sets the value ofCfnDBInstanceMixinProps.getAllowMajorVersionUpgrade()CfnDBInstanceMixinProps.Builder.allowMajorVersionUpgrade(IResolvable allowMajorVersionUpgrade) Sets the value ofCfnDBInstanceMixinProps.getAllowMajorVersionUpgrade()CfnDBInstanceMixinProps.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) Sets the value ofCfnDBInstanceMixinProps.getAutoMinorVersionUpgrade()CfnDBInstanceMixinProps.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade) Sets the value ofCfnDBInstanceMixinProps.getAutoMinorVersionUpgrade()CfnDBInstanceMixinProps.Builder.availabilityZone(String availabilityZone) Sets the value ofCfnDBInstanceMixinProps.getAvailabilityZone()CfnDBInstanceMixinProps.builder()CfnDBInstanceMixinProps.Builder.dbClusterIdentifier(String dbClusterIdentifier) Sets the value ofCfnDBInstanceMixinProps.getDbClusterIdentifier()CfnDBInstanceMixinProps.Builder.dbInstanceClass(String dbInstanceClass) Sets the value ofCfnDBInstanceMixinProps.getDbInstanceClass()CfnDBInstanceMixinProps.Builder.dbInstanceIdentifier(String dbInstanceIdentifier) Sets the value ofCfnDBInstanceMixinProps.getDbInstanceIdentifier()CfnDBInstanceMixinProps.Builder.dbParameterGroupName(String dbParameterGroupName) Sets the value ofCfnDBInstanceMixinProps.getDbParameterGroupName()CfnDBInstanceMixinProps.Builder.dbSnapshotIdentifier(String dbSnapshotIdentifier) Deprecated.this property has been deprecatedCfnDBInstanceMixinProps.Builder.dbSubnetGroupName(String dbSubnetGroupName) Sets the value ofCfnDBInstanceMixinProps.getDbSubnetGroupName()CfnDBInstanceMixinProps.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) Sets the value ofCfnDBInstanceMixinProps.getPreferredMaintenanceWindow()CfnDBInstanceMixinProps.Builder.publiclyAccessible(Boolean publiclyAccessible) Sets the value ofCfnDBInstanceMixinProps.getPubliclyAccessible()CfnDBInstanceMixinProps.Builder.publiclyAccessible(IResolvable publiclyAccessible) Sets the value ofCfnDBInstanceMixinProps.getPubliclyAccessible()Sets the value ofCfnDBInstanceMixinProps.getTags()Constructors in software.amazon.awscdk.cfnpropertymixins.services.neptune with parameters of type CfnDBInstanceMixinProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDBInstanceMixinProps.Builder.