Snapshot |
Snapshot.clone() |
|
Snapshot |
Snapshot.withAccountsWithRestoreAccess(AccountWithRestoreAccess... accountsWithRestoreAccess) |
A list of the AWS customer accounts authorized to restore the snapshot.
|
Snapshot |
Snapshot.withAccountsWithRestoreAccess(Collection<AccountWithRestoreAccess> accountsWithRestoreAccess) |
A list of the AWS customer accounts authorized to restore the snapshot.
|
Snapshot |
Snapshot.withActualIncrementalBackupSizeInMegaBytes(Double actualIncrementalBackupSizeInMegaBytes) |
The size of the incremental backup.
|
Snapshot |
Snapshot.withAvailabilityZone(String availabilityZone) |
The Availability Zone in which the cluster was created.
|
Snapshot |
Snapshot.withBackupProgressInMegaBytes(Double backupProgressInMegaBytes) |
The number of megabytes that have been transferred to the snapshot
backup.
|
Snapshot |
Snapshot.withClusterCreateTime(Date clusterCreateTime) |
The time (UTC) when the cluster was originally created.
|
Snapshot |
Snapshot.withClusterIdentifier(String clusterIdentifier) |
The identifier of the cluster for which the snapshot was taken.
|
Snapshot |
Snapshot.withClusterVersion(String clusterVersion) |
The version ID of the Amazon Redshift engine that is running on the
cluster.
|
Snapshot |
Snapshot.withCurrentBackupRateInMegaBytesPerSecond(Double currentBackupRateInMegaBytesPerSecond) |
The number of megabytes per second being transferred to the snapshot
backup.
|
Snapshot |
Snapshot.withDBName(String dBName) |
The name of the database that was created when the cluster was created.
|
Snapshot |
Snapshot.withElapsedTimeInSeconds(Long elapsedTimeInSeconds) |
The amount of time an in-progress snapshot backup has been running, or
the amount of time it took a completed backup to finish.
|
Snapshot |
Snapshot.withEncrypted(Boolean encrypted) |
If true , the data in the snapshot is encrypted at rest.
|
Snapshot |
Snapshot.withEncryptedWithHSM(Boolean encryptedWithHSM) |
A boolean that indicates whether the snapshot data is encrypted using the
HSM keys of the source cluster.
|
Snapshot |
Snapshot.withEstimatedSecondsToCompletion(Long estimatedSecondsToCompletion) |
The estimate of the time remaining before the snapshot backup will
complete.
|
Snapshot |
Snapshot.withKmsKeyId(String kmsKeyId) |
The AWS Key Management Service (KMS) key ID of the encryption key that
was used to encrypt data in the cluster from which the snapshot was
taken.
|
Snapshot |
Snapshot.withMasterUsername(String masterUsername) |
The master user name for the cluster.
|
Snapshot |
Snapshot.withNodeType(String nodeType) |
The node type of the nodes in the cluster.
|
Snapshot |
Snapshot.withNumberOfNodes(Integer numberOfNodes) |
The number of nodes in the cluster.
|
Snapshot |
Snapshot.withOwnerAccount(String ownerAccount) |
For manual snapshots, the AWS customer account used to create or copy the
snapshot.
|
Snapshot |
Snapshot.withPort(Integer port) |
The port that the cluster is listening on.
|
Snapshot |
Snapshot.withRestorableNodeTypes(String... restorableNodeTypes) |
The list of node types that this cluster snapshot is able to restore
into.
|
Snapshot |
Snapshot.withRestorableNodeTypes(Collection<String> restorableNodeTypes) |
The list of node types that this cluster snapshot is able to restore
into.
|
Snapshot |
Snapshot.withSnapshotCreateTime(Date snapshotCreateTime) |
The time (UTC) when Amazon Redshift began the snapshot.
|
Snapshot |
Snapshot.withSnapshotIdentifier(String snapshotIdentifier) |
The snapshot identifier that is provided in the request.
|
Snapshot |
Snapshot.withSnapshotType(String snapshotType) |
The snapshot type.
|
Snapshot |
Snapshot.withSourceRegion(String sourceRegion) |
The source region from which the snapshot was copied.
|
Snapshot |
Snapshot.withStatus(String status) |
The snapshot status.
|
Snapshot |
Snapshot.withTags(Tag... tags) |
The list of tags for the cluster snapshot.
|
Snapshot |
Snapshot.withTags(Collection<Tag> tags) |
The list of tags for the cluster snapshot.
|
Snapshot |
Snapshot.withTotalBackupSizeInMegaBytes(Double totalBackupSizeInMegaBytes) |
The size of the complete set of backup data that would be used to restore
the cluster.
|
Snapshot |
Snapshot.withVpcId(String vpcId) |
The VPC identifier of the cluster if the snapshot is from a cluster in a
VPC.
|