| Modifier and Type | Method and Description |
|---|---|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.availabilityZones(List<String> availabilityZones)
Sets the value of AvailabilityZones
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.backupRetentionPeriod(Number backupRetentionPeriod)
Sets the value of BackupRetentionPeriod
|
static CfnDBClusterProps.Builder |
CfnDBClusterProps.builder() |
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.dbClusterIdentifier(String dbClusterIdentifier)
Sets the value of DbClusterIdentifier
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.dbClusterParameterGroupName(String dbClusterParameterGroupName)
Sets the value of DbClusterParameterGroupName
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.dbSubnetGroupName(String dbSubnetGroupName)
Sets the value of DbSubnetGroupName
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.enableCloudwatchLogsExports(List<String> enableCloudwatchLogsExports)
Sets the value of EnableCloudwatchLogsExports
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.engineVersion(String engineVersion)
Sets the value of EngineVersion
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.kmsKeyId(String kmsKeyId)
Sets the value of KmsKeyId
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.masterUsername(String masterUsername)
Sets the value of MasterUsername
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.masterUserPassword(String masterUserPassword)
Sets the value of MasterUserPassword
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.port(Number port)
Sets the value of Port
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.preferredBackupWindow(String preferredBackupWindow)
Sets the value of PreferredBackupWindow
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow)
Sets the value of PreferredMaintenanceWindow
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.snapshotIdentifier(String snapshotIdentifier)
Sets the value of SnapshotIdentifier
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.storageEncrypted(Boolean storageEncrypted)
Sets the value of StorageEncrypted
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.storageEncrypted(IResolvable storageEncrypted)
Sets the value of StorageEncrypted
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.tags(List<CfnTag> tags)
Sets the value of Tags
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.vpcSecurityGroupIds(List<String> vpcSecurityGroupIds)
Sets the value of VpcSecurityGroupIds
|
Copyright © 2019. All rights reserved.