RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.clone() |
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withDBClusterIdentifier(String dBClusterIdentifier) |
The name of the new DB cluster to be created.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withDBSubnetGroupName(String dBSubnetGroupName) |
The DB subnet group name to use for the new DB cluster.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withKmsKeyId(String kmsKeyId) |
The KMS key identifier to use when restoring an encrypted DB cluster from
an encrypted DB cluster.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withOptionGroupName(String optionGroupName) |
The name of the option group for the new DB cluster.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withPort(Integer port) |
The port number on which the new DB cluster accepts connections.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withRestoreToTime(Date restoreToTime) |
The date and time to restore the DB cluster to.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withSourceDBClusterIdentifier(String sourceDBClusterIdentifier) |
The identifier of the source DB cluster from which to restore.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withTags(Tag... tags) |
NOTE: This method appends the values to the existing list (if
any).
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withTags(Collection<Tag> tags) |
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withUseLatestRestorableTime(Boolean useLatestRestorableTime) |
A value that is set to true to restore the DB cluster to the
latest restorable backup time, and false otherwise.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds) |
A lst of VPC security groups that the new DB cluster belongs to.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) |
A lst of VPC security groups that the new DB cluster belongs to.
|