Uses of Class
software.amazon.awscdk.services.neptune.CfnDBClusterProps.Builder
-
Uses of CfnDBClusterProps.Builder in software.amazon.awscdk.services.neptune
Modifier and TypeMethodDescriptionCfnDBClusterProps.Builder.associatedRoles
(List<? extends Object> associatedRoles) Sets the value ofCfnDBClusterProps.getAssociatedRoles()
CfnDBClusterProps.Builder.associatedRoles
(IResolvable associatedRoles) Sets the value ofCfnDBClusterProps.getAssociatedRoles()
CfnDBClusterProps.Builder.availabilityZones
(List<String> availabilityZones) Sets the value ofCfnDBClusterProps.getAvailabilityZones()
CfnDBClusterProps.Builder.backupRetentionPeriod
(Number backupRetentionPeriod) Sets the value ofCfnDBClusterProps.getBackupRetentionPeriod()
static CfnDBClusterProps.Builder
CfnDBClusterProps.builder()
CfnDBClusterProps.Builder.copyTagsToSnapshot
(Boolean copyTagsToSnapshot) Sets the value ofCfnDBClusterProps.getCopyTagsToSnapshot()
CfnDBClusterProps.Builder.copyTagsToSnapshot
(IResolvable copyTagsToSnapshot) Sets the value ofCfnDBClusterProps.getCopyTagsToSnapshot()
CfnDBClusterProps.Builder.dbClusterIdentifier
(String dbClusterIdentifier) Sets the value ofCfnDBClusterProps.getDbClusterIdentifier()
CfnDBClusterProps.Builder.dbClusterParameterGroupName
(String dbClusterParameterGroupName) Sets the value ofCfnDBClusterProps.getDbClusterParameterGroupName()
CfnDBClusterProps.Builder.dbInstanceParameterGroupName
(String dbInstanceParameterGroupName) Sets the value ofCfnDBClusterProps.getDbInstanceParameterGroupName()
CfnDBClusterProps.Builder.dbSubnetGroupName
(String dbSubnetGroupName) Sets the value ofCfnDBClusterProps.getDbSubnetGroupName()
CfnDBClusterProps.Builder.deletionProtection
(Boolean deletionProtection) Sets the value ofCfnDBClusterProps.getDeletionProtection()
CfnDBClusterProps.Builder.deletionProtection
(IResolvable deletionProtection) Sets the value ofCfnDBClusterProps.getDeletionProtection()
CfnDBClusterProps.Builder.enableCloudwatchLogsExports
(List<String> enableCloudwatchLogsExports) Sets the value ofCfnDBClusterProps.getEnableCloudwatchLogsExports()
CfnDBClusterProps.Builder.engineVersion
(String engineVersion) Sets the value ofCfnDBClusterProps.getEngineVersion()
CfnDBClusterProps.Builder.iamAuthEnabled
(Boolean iamAuthEnabled) Sets the value ofCfnDBClusterProps.getIamAuthEnabled()
CfnDBClusterProps.Builder.iamAuthEnabled
(IResolvable iamAuthEnabled) Sets the value ofCfnDBClusterProps.getIamAuthEnabled()
Sets the value ofCfnDBClusterProps.getKmsKeyId()
Sets the value ofCfnDBClusterProps.getPort()
CfnDBClusterProps.Builder.preferredBackupWindow
(String preferredBackupWindow) Sets the value ofCfnDBClusterProps.getPreferredBackupWindow()
CfnDBClusterProps.Builder.preferredMaintenanceWindow
(String preferredMaintenanceWindow) Sets the value ofCfnDBClusterProps.getPreferredMaintenanceWindow()
CfnDBClusterProps.Builder.restoreToTime
(String restoreToTime) Sets the value ofCfnDBClusterProps.getRestoreToTime()
CfnDBClusterProps.Builder.restoreType
(String restoreType) Sets the value ofCfnDBClusterProps.getRestoreType()
CfnDBClusterProps.Builder.serverlessScalingConfiguration
(IResolvable serverlessScalingConfiguration) Sets the value ofCfnDBClusterProps.getServerlessScalingConfiguration()
CfnDBClusterProps.Builder.serverlessScalingConfiguration
(CfnDBCluster.ServerlessScalingConfigurationProperty serverlessScalingConfiguration) Sets the value ofCfnDBClusterProps.getServerlessScalingConfiguration()
CfnDBClusterProps.Builder.snapshotIdentifier
(String snapshotIdentifier) Sets the value ofCfnDBClusterProps.getSnapshotIdentifier()
CfnDBClusterProps.Builder.sourceDbClusterIdentifier
(String sourceDbClusterIdentifier) Sets the value ofCfnDBClusterProps.getSourceDbClusterIdentifier()
CfnDBClusterProps.Builder.storageEncrypted
(Boolean storageEncrypted) Sets the value ofCfnDBClusterProps.getStorageEncrypted()
CfnDBClusterProps.Builder.storageEncrypted
(IResolvable storageEncrypted) Sets the value ofCfnDBClusterProps.getStorageEncrypted()
Sets the value ofCfnDBClusterProps.getTags()
CfnDBClusterProps.Builder.useLatestRestorableTime
(Boolean useLatestRestorableTime) Sets the value ofCfnDBClusterProps.getUseLatestRestorableTime()
CfnDBClusterProps.Builder.useLatestRestorableTime
(IResolvable useLatestRestorableTime) Sets the value ofCfnDBClusterProps.getUseLatestRestorableTime()
CfnDBClusterProps.Builder.vpcSecurityGroupIds
(List<String> vpcSecurityGroupIds) Sets the value ofCfnDBClusterProps.getVpcSecurityGroupIds()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDBClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDBClusterProps.Builder
.