Uses of Class
software.amazon.awscdk.services.neptune.alpha.DatabaseClusterProps.Builder
-
Uses of DatabaseClusterProps.Builder in software.amazon.awscdk.services.neptune.alpha
Modifier and TypeMethodDescriptionDatabaseClusterProps.Builder.associatedRoles
(List<? extends IRole> associatedRoles) Sets the value ofDatabaseClusterProps.getAssociatedRoles()
DatabaseClusterProps.Builder.autoMinorVersionUpgrade
(Boolean autoMinorVersionUpgrade) Sets the value ofDatabaseClusterProps.getAutoMinorVersionUpgrade()
DatabaseClusterProps.Builder.backupRetention
(Duration backupRetention) Sets the value ofDatabaseClusterProps.getBackupRetention()
static DatabaseClusterProps.Builder
DatabaseClusterProps.builder()
DatabaseClusterProps.Builder.cloudwatchLogsExports
(List<? extends LogType> cloudwatchLogsExports) Sets the value ofDatabaseClusterProps.getCloudwatchLogsExports()
DatabaseClusterProps.Builder.cloudwatchLogsRetention
(RetentionDays cloudwatchLogsRetention) Sets the value ofDatabaseClusterProps.getCloudwatchLogsRetention()
DatabaseClusterProps.Builder.cloudwatchLogsRetentionRole
(IRole cloudwatchLogsRetentionRole) Sets the value ofDatabaseClusterProps.getCloudwatchLogsRetentionRole()
DatabaseClusterProps.Builder.clusterParameterGroup
(IClusterParameterGroup clusterParameterGroup) Sets the value ofDatabaseClusterProps.getClusterParameterGroup()
DatabaseClusterProps.Builder.copyTagsToSnapshot
(Boolean copyTagsToSnapshot) Sets the value ofDatabaseClusterProps.getCopyTagsToSnapshot()
DatabaseClusterProps.Builder.dbClusterName
(String dbClusterName) Sets the value ofDatabaseClusterProps.getDbClusterName()
DatabaseClusterProps.Builder.deletionProtection
(Boolean deletionProtection) Sets the value ofDatabaseClusterProps.getDeletionProtection()
DatabaseClusterProps.Builder.engineVersion
(EngineVersion engineVersion) Sets the value ofDatabaseClusterProps.getEngineVersion()
DatabaseClusterProps.Builder.iamAuthentication
(Boolean iamAuthentication) Sets the value ofDatabaseClusterProps.getIamAuthentication()
DatabaseClusterProps.Builder.instanceIdentifierBase
(String instanceIdentifierBase) Sets the value ofDatabaseClusterProps.getInstanceIdentifierBase()
Sets the value ofDatabaseClusterProps.getInstances()
DatabaseClusterProps.Builder.instanceType
(InstanceType instanceType) Sets the value ofDatabaseClusterProps.getInstanceType()
Sets the value ofDatabaseClusterProps.getKmsKey()
DatabaseClusterProps.Builder.parameterGroup
(IParameterGroup parameterGroup) Sets the value ofDatabaseClusterProps.getParameterGroup()
Sets the value ofDatabaseClusterProps.getPort()
DatabaseClusterProps.Builder.preferredBackupWindow
(String preferredBackupWindow) Sets the value ofDatabaseClusterProps.getPreferredBackupWindow()
DatabaseClusterProps.Builder.preferredMaintenanceWindow
(String preferredMaintenanceWindow) Sets the value ofDatabaseClusterProps.getPreferredMaintenanceWindow()
DatabaseClusterProps.Builder.removalPolicy
(RemovalPolicy removalPolicy) Sets the value ofDatabaseClusterProps.getRemovalPolicy()
DatabaseClusterProps.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofDatabaseClusterProps.getSecurityGroups()
DatabaseClusterProps.Builder.serverlessScalingConfiguration
(ServerlessScalingConfiguration serverlessScalingConfiguration) Sets the value ofDatabaseClusterProps.getServerlessScalingConfiguration()
DatabaseClusterProps.Builder.storageEncrypted
(Boolean storageEncrypted) Sets the value ofDatabaseClusterProps.getStorageEncrypted()
DatabaseClusterProps.Builder.subnetGroup
(ISubnetGroup subnetGroup) Sets the value ofDatabaseClusterProps.getSubnetGroup()
Sets the value ofDatabaseClusterProps.getVpc()
DatabaseClusterProps.Builder.vpcSubnets
(SubnetSelection vpcSubnets) Sets the value ofDatabaseClusterProps.getVpcSubnets()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(DatabaseClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theDatabaseClusterProps.Builder
.