|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.redshift.model.Snapshot
public class Snapshot
Describes a snapshot.
Constructor Summary | |
---|---|
Snapshot()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getAvailabilityZone()
The Availability Zone in which the cluster was created. |
Date |
getClusterCreateTime()
The time (UTC) when the cluster was originally created. |
String |
getClusterIdentifier()
The identifier of the cluster for which the snapshot was taken. |
String |
getClusterVersion()
The version ID of the Amazon Redshift engine that is running on the cluster. |
String |
getDBName()
The name of the database that was created when the cluster was created. |
Boolean |
getEncrypted()
If true , the data in the snapshot is encrypted at rest. |
String |
getMasterUsername()
The master user name for the cluster. |
String |
getNodeType()
The node type of the nodes in the cluster. |
Integer |
getNumberOfNodes()
The number of nodes in the cluster. |
Integer |
getPort()
The port that the cluster is listening on. |
Date |
getSnapshotCreateTime()
The time (UTC) when Amazon Redshift began the snapshot. |
String |
getSnapshotIdentifier()
The snapshot identifier that is provided in the request. |
String |
getSnapshotType()
The snapshot type. |
String |
getStatus()
The snapshot status. |
String |
getVpcId()
The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. |
int |
hashCode()
|
Boolean |
isEncrypted()
If true , the data in the snapshot is encrypted at rest. |
void |
setAvailabilityZone(String availabilityZone)
The Availability Zone in which the cluster was created. |
void |
setClusterCreateTime(Date clusterCreateTime)
The time (UTC) when the cluster was originally created. |
void |
setClusterIdentifier(String clusterIdentifier)
The identifier of the cluster for which the snapshot was taken. |
void |
setClusterVersion(String clusterVersion)
The version ID of the Amazon Redshift engine that is running on the cluster. |
void |
setDBName(String dBName)
The name of the database that was created when the cluster was created. |
void |
setEncrypted(Boolean encrypted)
If true , the data in the snapshot is encrypted at rest. |
void |
setMasterUsername(String masterUsername)
The master user name for the cluster. |
void |
setNodeType(String nodeType)
The node type of the nodes in the cluster. |
void |
setNumberOfNodes(Integer numberOfNodes)
The number of nodes in the cluster. |
void |
setPort(Integer port)
The port that the cluster is listening on. |
void |
setSnapshotCreateTime(Date snapshotCreateTime)
The time (UTC) when Amazon Redshift began the snapshot. |
void |
setSnapshotIdentifier(String snapshotIdentifier)
The snapshot identifier that is provided in the request. |
void |
setSnapshotType(String snapshotType)
The snapshot type. |
void |
setStatus(String status)
The snapshot status. |
void |
setVpcId(String vpcId)
The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Snapshot |
withAvailabilityZone(String availabilityZone)
The Availability Zone in which the cluster was created. |
Snapshot |
withClusterCreateTime(Date clusterCreateTime)
The time (UTC) when the cluster was originally created. |
Snapshot |
withClusterIdentifier(String clusterIdentifier)
The identifier of the cluster for which the snapshot was taken. |
Snapshot |
withClusterVersion(String clusterVersion)
The version ID of the Amazon Redshift engine that is running on the cluster. |
Snapshot |
withDBName(String dBName)
The name of the database that was created when the cluster was created. |
Snapshot |
withEncrypted(Boolean encrypted)
If true , the data in the snapshot is encrypted at rest. |
Snapshot |
withMasterUsername(String masterUsername)
The master user name for the cluster. |
Snapshot |
withNodeType(String nodeType)
The node type of the nodes in the cluster. |
Snapshot |
withNumberOfNodes(Integer numberOfNodes)
The number of nodes in the cluster. |
Snapshot |
withPort(Integer port)
The port that the cluster is listening on. |
Snapshot |
withSnapshotCreateTime(Date snapshotCreateTime)
The time (UTC) when Amazon Redshift began the snapshot. |
Snapshot |
withSnapshotIdentifier(String snapshotIdentifier)
The snapshot identifier that is provided in the request. |
Snapshot |
withSnapshotType(String snapshotType)
The snapshot type. |
Snapshot |
withStatus(String status)
The snapshot status. |
Snapshot |
withVpcId(String vpcId)
The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Snapshot()
Method Detail |
---|
public String getSnapshotIdentifier()
public void setSnapshotIdentifier(String snapshotIdentifier)
snapshotIdentifier
- The snapshot identifier that is provided in the request.public Snapshot withSnapshotIdentifier(String snapshotIdentifier)
Returns a reference to this object so that method calls can be chained together.
snapshotIdentifier
- The snapshot identifier that is provided in the request.
public String getClusterIdentifier()
public void setClusterIdentifier(String clusterIdentifier)
clusterIdentifier
- The identifier of the cluster for which the snapshot was taken.public Snapshot withClusterIdentifier(String clusterIdentifier)
Returns a reference to this object so that method calls can be chained together.
clusterIdentifier
- The identifier of the cluster for which the snapshot was taken.
public Date getSnapshotCreateTime()
public void setSnapshotCreateTime(Date snapshotCreateTime)
snapshotCreateTime
- The time (UTC) when Amazon Redshift began the snapshot. A snapshot
contains a copy of the cluster data as of this exact time.public Snapshot withSnapshotCreateTime(Date snapshotCreateTime)
Returns a reference to this object so that method calls can be chained together.
snapshotCreateTime
- The time (UTC) when Amazon Redshift began the snapshot. A snapshot
contains a copy of the cluster data as of this exact time.
public String getStatus()
public void setStatus(String status)
status
- The snapshot status. The value of the status depends on the API
operation used. public Snapshot withStatus(String status)
Returns a reference to this object so that method calls can be chained together.
status
- The snapshot status. The value of the status depends on the API
operation used. public Integer getPort()
public void setPort(Integer port)
port
- The port that the cluster is listening on.public Snapshot withPort(Integer port)
Returns a reference to this object so that method calls can be chained together.
port
- The port that the cluster is listening on.
public String getAvailabilityZone()
public void setAvailabilityZone(String availabilityZone)
availabilityZone
- The Availability Zone in which the cluster was created.public Snapshot withAvailabilityZone(String availabilityZone)
Returns a reference to this object so that method calls can be chained together.
availabilityZone
- The Availability Zone in which the cluster was created.
public Date getClusterCreateTime()
public void setClusterCreateTime(Date clusterCreateTime)
clusterCreateTime
- The time (UTC) when the cluster was originally created.public Snapshot withClusterCreateTime(Date clusterCreateTime)
Returns a reference to this object so that method calls can be chained together.
clusterCreateTime
- The time (UTC) when the cluster was originally created.
public String getMasterUsername()
public void setMasterUsername(String masterUsername)
masterUsername
- The master user name for the cluster.public Snapshot withMasterUsername(String masterUsername)
Returns a reference to this object so that method calls can be chained together.
masterUsername
- The master user name for the cluster.
public String getClusterVersion()
public void setClusterVersion(String clusterVersion)
clusterVersion
- The version ID of the Amazon Redshift engine that is running on the
cluster.public Snapshot withClusterVersion(String clusterVersion)
Returns a reference to this object so that method calls can be chained together.
clusterVersion
- The version ID of the Amazon Redshift engine that is running on the
cluster.
public String getSnapshotType()
public void setSnapshotType(String snapshotType)
snapshotType
- The snapshot type. Snapshots created using
CreateClusterSnapshot and CopyClusterSnapshot will be of
type "manual".public Snapshot withSnapshotType(String snapshotType)
Returns a reference to this object so that method calls can be chained together.
snapshotType
- The snapshot type. Snapshots created using
CreateClusterSnapshot and CopyClusterSnapshot will be of
type "manual".
public String getNodeType()
public void setNodeType(String nodeType)
nodeType
- The node type of the nodes in the cluster.public Snapshot withNodeType(String nodeType)
Returns a reference to this object so that method calls can be chained together.
nodeType
- The node type of the nodes in the cluster.
public Integer getNumberOfNodes()
public void setNumberOfNodes(Integer numberOfNodes)
numberOfNodes
- The number of nodes in the cluster.public Snapshot withNumberOfNodes(Integer numberOfNodes)
Returns a reference to this object so that method calls can be chained together.
numberOfNodes
- The number of nodes in the cluster.
public String getDBName()
public void setDBName(String dBName)
dBName
- The name of the database that was created when the cluster was
created.public Snapshot withDBName(String dBName)
Returns a reference to this object so that method calls can be chained together.
dBName
- The name of the database that was created when the cluster was
created.
public String getVpcId()
public void setVpcId(String vpcId)
vpcId
- The VPC identifier of the cluster if the snapshot is from a cluster in
a VPC. Otherwise, this field is not in the output.public Snapshot withVpcId(String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId
- The VPC identifier of the cluster if the snapshot is from a cluster in
a VPC. Otherwise, this field is not in the output.
public Boolean isEncrypted()
true
, the data in the snapshot is encrypted at rest.
true
, the data in the snapshot is encrypted at rest.public void setEncrypted(Boolean encrypted)
true
, the data in the snapshot is encrypted at rest.
encrypted
- If true
, the data in the snapshot is encrypted at rest.public Snapshot withEncrypted(Boolean encrypted)
true
, the data in the snapshot is encrypted at rest.
Returns a reference to this object so that method calls can be chained together.
encrypted
- If true
, the data in the snapshot is encrypted at rest.
public Boolean getEncrypted()
true
, the data in the snapshot is encrypted at rest.
true
, the data in the snapshot is encrypted at rest.public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |