@Stability(value=External) public static final class CfnDBClusterProps.Builder extends Object
CfnDBClusterProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDBClusterProps.Builder |
availabilityZones(List<String> availabilityZones)
Sets the value of AvailabilityZones
|
CfnDBClusterProps.Builder |
backupRetentionPeriod(Number backupRetentionPeriod)
Sets the value of BackupRetentionPeriod
|
CfnDBClusterProps |
build()
Builds the configured instance.
|
CfnDBClusterProps.Builder |
dbClusterIdentifier(String dbClusterIdentifier)
Sets the value of DbClusterIdentifier
|
CfnDBClusterProps.Builder |
dbClusterParameterGroupName(String dbClusterParameterGroupName)
Sets the value of DbClusterParameterGroupName
|
CfnDBClusterProps.Builder |
dbSubnetGroupName(String dbSubnetGroupName)
Sets the value of DbSubnetGroupName
|
CfnDBClusterProps.Builder |
enableCloudwatchLogsExports(List<String> enableCloudwatchLogsExports)
Sets the value of EnableCloudwatchLogsExports
|
CfnDBClusterProps.Builder |
engineVersion(String engineVersion)
Sets the value of EngineVersion
|
CfnDBClusterProps.Builder |
kmsKeyId(String kmsKeyId)
Sets the value of KmsKeyId
|
CfnDBClusterProps.Builder |
masterUsername(String masterUsername)
Sets the value of MasterUsername
|
CfnDBClusterProps.Builder |
masterUserPassword(String masterUserPassword)
Sets the value of MasterUserPassword
|
CfnDBClusterProps.Builder |
port(Number port)
Sets the value of Port
|
CfnDBClusterProps.Builder |
preferredBackupWindow(String preferredBackupWindow)
Sets the value of PreferredBackupWindow
|
CfnDBClusterProps.Builder |
preferredMaintenanceWindow(String preferredMaintenanceWindow)
Sets the value of PreferredMaintenanceWindow
|
CfnDBClusterProps.Builder |
snapshotIdentifier(String snapshotIdentifier)
Sets the value of SnapshotIdentifier
|
CfnDBClusterProps.Builder |
storageEncrypted(Boolean storageEncrypted)
Sets the value of StorageEncrypted
|
CfnDBClusterProps.Builder |
storageEncrypted(IResolvable storageEncrypted)
Sets the value of StorageEncrypted
|
CfnDBClusterProps.Builder |
tags(List<CfnTag> tags)
Sets the value of Tags
|
CfnDBClusterProps.Builder |
vpcSecurityGroupIds(List<String> vpcSecurityGroupIds)
Sets the value of VpcSecurityGroupIds
|
@Stability(value=External) public CfnDBClusterProps.Builder availabilityZones(List<String> availabilityZones)
availabilityZones - `AWS::DocDB::DBCluster.AvailabilityZones`.this@Stability(value=External) public CfnDBClusterProps.Builder backupRetentionPeriod(Number backupRetentionPeriod)
backupRetentionPeriod - `AWS::DocDB::DBCluster.BackupRetentionPeriod`.this@Stability(value=External) public CfnDBClusterProps.Builder dbClusterIdentifier(String dbClusterIdentifier)
dbClusterIdentifier - `AWS::DocDB::DBCluster.DBClusterIdentifier`.this@Stability(value=External) public CfnDBClusterProps.Builder dbClusterParameterGroupName(String dbClusterParameterGroupName)
dbClusterParameterGroupName - `AWS::DocDB::DBCluster.DBClusterParameterGroupName`.this@Stability(value=External) public CfnDBClusterProps.Builder dbSubnetGroupName(String dbSubnetGroupName)
dbSubnetGroupName - `AWS::DocDB::DBCluster.DBSubnetGroupName`.this@Stability(value=External) public CfnDBClusterProps.Builder enableCloudwatchLogsExports(List<String> enableCloudwatchLogsExports)
enableCloudwatchLogsExports - `AWS::DocDB::DBCluster.EnableCloudwatchLogsExports`.this@Stability(value=External) public CfnDBClusterProps.Builder engineVersion(String engineVersion)
engineVersion - `AWS::DocDB::DBCluster.EngineVersion`.this@Stability(value=External) public CfnDBClusterProps.Builder kmsKeyId(String kmsKeyId)
kmsKeyId - `AWS::DocDB::DBCluster.KmsKeyId`.this@Stability(value=External) public CfnDBClusterProps.Builder masterUsername(String masterUsername)
masterUsername - `AWS::DocDB::DBCluster.MasterUsername`.this@Stability(value=External) public CfnDBClusterProps.Builder masterUserPassword(String masterUserPassword)
masterUserPassword - `AWS::DocDB::DBCluster.MasterUserPassword`.this@Stability(value=External) public CfnDBClusterProps.Builder port(Number port)
port - `AWS::DocDB::DBCluster.Port`.this@Stability(value=External) public CfnDBClusterProps.Builder preferredBackupWindow(String preferredBackupWindow)
preferredBackupWindow - `AWS::DocDB::DBCluster.PreferredBackupWindow`.this@Stability(value=External) public CfnDBClusterProps.Builder preferredMaintenanceWindow(String preferredMaintenanceWindow)
preferredMaintenanceWindow - `AWS::DocDB::DBCluster.PreferredMaintenanceWindow`.this@Stability(value=External) public CfnDBClusterProps.Builder snapshotIdentifier(String snapshotIdentifier)
snapshotIdentifier - `AWS::DocDB::DBCluster.SnapshotIdentifier`.this@Stability(value=External) public CfnDBClusterProps.Builder storageEncrypted(Boolean storageEncrypted)
storageEncrypted - `AWS::DocDB::DBCluster.StorageEncrypted`.this@Stability(value=External) public CfnDBClusterProps.Builder storageEncrypted(IResolvable storageEncrypted)
storageEncrypted - `AWS::DocDB::DBCluster.StorageEncrypted`.this@Stability(value=External) public CfnDBClusterProps.Builder tags(List<CfnTag> tags)
tags - `AWS::DocDB::DBCluster.Tags`.this@Stability(value=External) public CfnDBClusterProps.Builder vpcSecurityGroupIds(List<String> vpcSecurityGroupIds)
vpcSecurityGroupIds - `AWS::DocDB::DBCluster.VpcSecurityGroupIds`.this@Stability(value=External) public CfnDBClusterProps build()
CfnDBClusterPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.