DBCluster |
DBCluster.clone() |
|
DBCluster |
DBCluster.withAllocatedStorage(Integer allocatedStorage) |
Specifies the allocated storage size in gigabytes (GB).
|
DBCluster |
DBCluster.withAvailabilityZones(String... availabilityZones) |
Provides the list of EC2 Availability Zones that instances in the DB
cluster can be created in.
|
DBCluster |
DBCluster.withAvailabilityZones(Collection<String> availabilityZones) |
Provides the list of EC2 Availability Zones that instances in the DB
cluster can be created in.
|
DBCluster |
DBCluster.withBackupRetentionPeriod(Integer backupRetentionPeriod) |
Specifies the number of days for which automatic DB snapshots are
retained.
|
DBCluster |
DBCluster.withCharacterSetName(String characterSetName) |
If present, specifies the name of the character set that this cluster is
associated with.
|
DBCluster |
DBCluster.withDatabaseName(String databaseName) |
Contains the name of the initial database of this DB cluster that was
provided at create time, if one was specified when the DB cluster was
created.
|
DBCluster |
DBCluster.withDBClusterIdentifier(String dBClusterIdentifier) |
Contains a user-supplied DB cluster identifier.
|
DBCluster |
DBCluster.withDBClusterMembers(DBClusterMember... dBClusterMembers) |
Provides the list of instances that make up the DB cluster.
|
DBCluster |
DBCluster.withDBClusterMembers(Collection<DBClusterMember> dBClusterMembers) |
Provides the list of instances that make up the DB cluster.
|
DBCluster |
DBCluster.withDBClusterOptionGroupMemberships(DBClusterOptionGroupStatus... dBClusterOptionGroupMemberships) |
Provides the list of option group memberships for this DB cluster.
|
DBCluster |
DBCluster.withDBClusterOptionGroupMemberships(Collection<DBClusterOptionGroupStatus> dBClusterOptionGroupMemberships) |
Provides the list of option group memberships for this DB cluster.
|
DBCluster |
DBCluster.withDBClusterParameterGroup(String dBClusterParameterGroup) |
Specifies the name of the DB cluster parameter group for the DB cluster.
|
DBCluster |
DBCluster.withDbClusterResourceId(String dbClusterResourceId) |
The region-unique, immutable identifier for the DB cluster.
|
DBCluster |
DBCluster.withDBSubnetGroup(String dBSubnetGroup) |
Specifies information on the subnet group associated with the DB cluster,
including the name, description, and subnets in the subnet group.
|
DBCluster |
DBCluster.withEarliestRestorableTime(Date earliestRestorableTime) |
Specifies the earliest time to which a database can be restored with
point-in-time restore.
|
DBCluster |
DBCluster.withEndpoint(String endpoint) |
Specifies the connection endpoint for the primary instance of the DB
cluster.
|
DBCluster |
DBCluster.withEngine(String engine) |
Provides the name of the database engine to be used for this DB cluster.
|
DBCluster |
DBCluster.withEngineVersion(String engineVersion) |
Indicates the database engine version.
|
DBCluster |
DBCluster.withHostedZoneId(String hostedZoneId) |
Specifies the ID that Amazon Route 53 assigns when you create a hosted
zone.
|
DBCluster |
DBCluster.withKmsKeyId(String kmsKeyId) |
If StorageEncrypted is true, the KMS key identifier for the
encrypted DB cluster.
|
DBCluster |
DBCluster.withLatestRestorableTime(Date latestRestorableTime) |
Specifies the latest time to which a database can be restored with
point-in-time restore.
|
DBCluster |
DBCluster.withMasterUsername(String masterUsername) |
Contains the master username for the DB cluster.
|
DBCluster |
DBCluster.withPercentProgress(String percentProgress) |
Specifies the progress of the operation as a percentage.
|
DBCluster |
DBCluster.withPort(Integer port) |
Specifies the port that the database engine is listening on.
|
DBCluster |
DBCluster.withPreferredBackupWindow(String preferredBackupWindow) |
Specifies the daily time range during which automated backups are created
if automated backups are enabled, as determined by the
BackupRetentionPeriod .
|
DBCluster |
DBCluster.withPreferredMaintenanceWindow(String preferredMaintenanceWindow) |
Specifies the weekly time range during which system maintenance can
occur, in Universal Coordinated Time (UTC).
|
DBCluster |
DBCluster.withStatus(String status) |
Specifies the current state of this DB cluster.
|
DBCluster |
DBCluster.withStorageEncrypted(Boolean storageEncrypted) |
Specifies whether the DB cluster is encrypted.
|
DBCluster |
DBCluster.withVpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups) |
Provides a list of VPC security groups that the DB cluster belongs to.
|
DBCluster |
DBCluster.withVpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups) |
Provides a list of VPC security groups that the DB cluster belongs to.
|