Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.neptune.CfnDBClusterMixinProps.Builder
Packages that use CfnDBClusterMixinProps.Builder
-
Uses of CfnDBClusterMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.neptune
Methods in software.amazon.awscdk.cfnpropertymixins.services.neptune that return CfnDBClusterMixinProps.BuilderModifier and TypeMethodDescriptionCfnDBClusterMixinProps.Builder.associatedRoles(List<? extends Object> associatedRoles) Sets the value ofCfnDBClusterMixinProps.getAssociatedRoles()CfnDBClusterMixinProps.Builder.associatedRoles(IResolvable associatedRoles) Sets the value ofCfnDBClusterMixinProps.getAssociatedRoles()CfnDBClusterMixinProps.Builder.availabilityZones(List<String> availabilityZones) Sets the value ofCfnDBClusterMixinProps.getAvailabilityZones()CfnDBClusterMixinProps.Builder.backupRetentionPeriod(Number backupRetentionPeriod) Sets the value ofCfnDBClusterMixinProps.getBackupRetentionPeriod()CfnDBClusterMixinProps.builder()CfnDBClusterMixinProps.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot) Sets the value ofCfnDBClusterMixinProps.getCopyTagsToSnapshot()CfnDBClusterMixinProps.Builder.copyTagsToSnapshot(IResolvable copyTagsToSnapshot) Sets the value ofCfnDBClusterMixinProps.getCopyTagsToSnapshot()CfnDBClusterMixinProps.Builder.dbClusterIdentifier(String dbClusterIdentifier) Sets the value ofCfnDBClusterMixinProps.getDbClusterIdentifier()CfnDBClusterMixinProps.Builder.dbClusterParameterGroupName(String dbClusterParameterGroupName) Sets the value ofCfnDBClusterMixinProps.getDbClusterParameterGroupName()CfnDBClusterMixinProps.Builder.dbInstanceParameterGroupName(String dbInstanceParameterGroupName) Sets the value ofCfnDBClusterMixinProps.getDbInstanceParameterGroupName()Sets the value ofCfnDBClusterMixinProps.getDbPort()CfnDBClusterMixinProps.Builder.dbSubnetGroupName(String dbSubnetGroupName) Sets the value ofCfnDBClusterMixinProps.getDbSubnetGroupName()CfnDBClusterMixinProps.Builder.deletionProtection(Boolean deletionProtection) Sets the value ofCfnDBClusterMixinProps.getDeletionProtection()CfnDBClusterMixinProps.Builder.deletionProtection(IResolvable deletionProtection) Sets the value ofCfnDBClusterMixinProps.getDeletionProtection()CfnDBClusterMixinProps.Builder.enableCloudwatchLogsExports(List<String> enableCloudwatchLogsExports) Sets the value ofCfnDBClusterMixinProps.getEnableCloudwatchLogsExports()CfnDBClusterMixinProps.Builder.engineVersion(String engineVersion) Sets the value ofCfnDBClusterMixinProps.getEngineVersion()CfnDBClusterMixinProps.Builder.iamAuthEnabled(Boolean iamAuthEnabled) Sets the value ofCfnDBClusterMixinProps.getIamAuthEnabled()CfnDBClusterMixinProps.Builder.iamAuthEnabled(IResolvable iamAuthEnabled) Sets the value ofCfnDBClusterMixinProps.getIamAuthEnabled()Sets the value ofCfnDBClusterMixinProps.getKmsKeyId()Sets the value ofCfnDBClusterMixinProps.getKmsKeyId()CfnDBClusterMixinProps.Builder.preferredBackupWindow(String preferredBackupWindow) Sets the value ofCfnDBClusterMixinProps.getPreferredBackupWindow()CfnDBClusterMixinProps.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) Sets the value ofCfnDBClusterMixinProps.getPreferredMaintenanceWindow()CfnDBClusterMixinProps.Builder.restoreToTime(String restoreToTime) Sets the value ofCfnDBClusterMixinProps.getRestoreToTime()CfnDBClusterMixinProps.Builder.restoreType(String restoreType) Sets the value ofCfnDBClusterMixinProps.getRestoreType()CfnDBClusterMixinProps.Builder.serverlessScalingConfiguration(CfnDBClusterPropsMixin.ServerlessScalingConfigurationProperty serverlessScalingConfiguration) Sets the value ofCfnDBClusterMixinProps.getServerlessScalingConfiguration()CfnDBClusterMixinProps.Builder.serverlessScalingConfiguration(IResolvable serverlessScalingConfiguration) Sets the value ofCfnDBClusterMixinProps.getServerlessScalingConfiguration()CfnDBClusterMixinProps.Builder.snapshotIdentifier(String snapshotIdentifier) Sets the value ofCfnDBClusterMixinProps.getSnapshotIdentifier()CfnDBClusterMixinProps.Builder.sourceDbClusterIdentifier(String sourceDbClusterIdentifier) Sets the value ofCfnDBClusterMixinProps.getSourceDbClusterIdentifier()CfnDBClusterMixinProps.Builder.storageEncrypted(Boolean storageEncrypted) Sets the value ofCfnDBClusterMixinProps.getStorageEncrypted()CfnDBClusterMixinProps.Builder.storageEncrypted(IResolvable storageEncrypted) Sets the value ofCfnDBClusterMixinProps.getStorageEncrypted()Sets the value ofCfnDBClusterMixinProps.getTags()CfnDBClusterMixinProps.Builder.useLatestRestorableTime(Boolean useLatestRestorableTime) Sets the value ofCfnDBClusterMixinProps.getUseLatestRestorableTime()CfnDBClusterMixinProps.Builder.useLatestRestorableTime(IResolvable useLatestRestorableTime) Sets the value ofCfnDBClusterMixinProps.getUseLatestRestorableTime()CfnDBClusterMixinProps.Builder.vpcSecurityGroupIds(List<? extends Object> vpcSecurityGroupIds) Sets the value ofCfnDBClusterMixinProps.getVpcSecurityGroupIds()Constructors in software.amazon.awscdk.cfnpropertymixins.services.neptune with parameters of type CfnDBClusterMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnDBClusterMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDBClusterMixinProps.Builder.