@Stability(value=Stable) public static final class CfnDBClusterProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDBClusterProps>
CfnDBClusterProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDBClusterProps.Builder masterUsername(String masterUsername)
CfnDBClusterProps.getMasterUsername()masterUsername - `AWS::DocDB::DBCluster.MasterUsername`. This parameter is required.this@Stability(value=Stable) public CfnDBClusterProps.Builder masterUserPassword(String masterUserPassword)
CfnDBClusterProps.getMasterUserPassword()masterUserPassword - `AWS::DocDB::DBCluster.MasterUserPassword`. This parameter is required.this@Stability(value=Stable) public CfnDBClusterProps.Builder availabilityZones(List<String> availabilityZones)
CfnDBClusterProps.getAvailabilityZones()availabilityZones - `AWS::DocDB::DBCluster.AvailabilityZones`.this@Stability(value=Stable) public CfnDBClusterProps.Builder backupRetentionPeriod(Number backupRetentionPeriod)
CfnDBClusterProps.getBackupRetentionPeriod()backupRetentionPeriod - `AWS::DocDB::DBCluster.BackupRetentionPeriod`.this@Stability(value=Stable) public CfnDBClusterProps.Builder dbClusterIdentifier(String dbClusterIdentifier)
CfnDBClusterProps.getDbClusterIdentifier()dbClusterIdentifier - `AWS::DocDB::DBCluster.DBClusterIdentifier`.this@Stability(value=Stable) public CfnDBClusterProps.Builder dbClusterParameterGroupName(String dbClusterParameterGroupName)
CfnDBClusterProps.getDbClusterParameterGroupName()dbClusterParameterGroupName - `AWS::DocDB::DBCluster.DBClusterParameterGroupName`.this@Stability(value=Stable) public CfnDBClusterProps.Builder dbSubnetGroupName(String dbSubnetGroupName)
CfnDBClusterProps.getDbSubnetGroupName()dbSubnetGroupName - `AWS::DocDB::DBCluster.DBSubnetGroupName`.this@Stability(value=Stable) public CfnDBClusterProps.Builder deletionProtection(Boolean deletionProtection)
CfnDBClusterProps.getDeletionProtection()deletionProtection - `AWS::DocDB::DBCluster.DeletionProtection`.this@Stability(value=Stable) public CfnDBClusterProps.Builder deletionProtection(IResolvable deletionProtection)
CfnDBClusterProps.getDeletionProtection()deletionProtection - `AWS::DocDB::DBCluster.DeletionProtection`.this@Stability(value=Stable) public CfnDBClusterProps.Builder enableCloudwatchLogsExports(List<String> enableCloudwatchLogsExports)
CfnDBClusterProps.getEnableCloudwatchLogsExports()enableCloudwatchLogsExports - `AWS::DocDB::DBCluster.EnableCloudwatchLogsExports`.this@Stability(value=Stable) public CfnDBClusterProps.Builder engineVersion(String engineVersion)
CfnDBClusterProps.getEngineVersion()engineVersion - `AWS::DocDB::DBCluster.EngineVersion`.this@Stability(value=Stable) public CfnDBClusterProps.Builder kmsKeyId(String kmsKeyId)
CfnDBClusterProps.getKmsKeyId()kmsKeyId - `AWS::DocDB::DBCluster.KmsKeyId`.this@Stability(value=Stable) public CfnDBClusterProps.Builder port(Number port)
CfnDBClusterProps.getPort()port - `AWS::DocDB::DBCluster.Port`.this@Stability(value=Stable) public CfnDBClusterProps.Builder preferredBackupWindow(String preferredBackupWindow)
CfnDBClusterProps.getPreferredBackupWindow()preferredBackupWindow - `AWS::DocDB::DBCluster.PreferredBackupWindow`.this@Stability(value=Stable) public CfnDBClusterProps.Builder preferredMaintenanceWindow(String preferredMaintenanceWindow)
CfnDBClusterProps.getPreferredMaintenanceWindow()preferredMaintenanceWindow - `AWS::DocDB::DBCluster.PreferredMaintenanceWindow`.this@Stability(value=Stable) public CfnDBClusterProps.Builder snapshotIdentifier(String snapshotIdentifier)
CfnDBClusterProps.getSnapshotIdentifier()snapshotIdentifier - `AWS::DocDB::DBCluster.SnapshotIdentifier`.this@Stability(value=Stable) public CfnDBClusterProps.Builder storageEncrypted(Boolean storageEncrypted)
CfnDBClusterProps.getStorageEncrypted()storageEncrypted - `AWS::DocDB::DBCluster.StorageEncrypted`.this@Stability(value=Stable) public CfnDBClusterProps.Builder storageEncrypted(IResolvable storageEncrypted)
CfnDBClusterProps.getStorageEncrypted()storageEncrypted - `AWS::DocDB::DBCluster.StorageEncrypted`.this@Stability(value=Stable) public CfnDBClusterProps.Builder tags(List<? extends CfnTag> tags)
CfnDBClusterProps.getTags()tags - `AWS::DocDB::DBCluster.Tags`.this@Stability(value=Stable) public CfnDBClusterProps.Builder vpcSecurityGroupIds(List<String> vpcSecurityGroupIds)
CfnDBClusterProps.getVpcSecurityGroupIds()vpcSecurityGroupIds - `AWS::DocDB::DBCluster.VpcSecurityGroupIds`.this@Stability(value=Stable) public CfnDBClusterProps build()
build in interface software.amazon.jsii.Builder<CfnDBClusterProps>CfnDBClusterPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.