@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RestoreTableFromClusterSnapshotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RestoreTableFromClusterSnapshotRequest() |
Modifier and Type | Method and Description |
---|---|
RestoreTableFromClusterSnapshotRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClusterIdentifier()
The identifier of the Amazon Redshift cluster to restore the table to.
|
String |
getNewTableName()
The name of the table to create as a result of the current request.
|
String |
getSnapshotIdentifier()
The identifier of the snapshot to restore the table from.
|
String |
getSourceDatabaseName()
The name of the source database that contains the table to restore from.
|
String |
getSourceSchemaName()
The name of the source schema that contains the table to restore from.
|
String |
getSourceTableName()
The name of the source table to restore from.
|
String |
getTargetDatabaseName()
The name of the database to restore the table to.
|
String |
getTargetSchemaName()
The name of the schema to restore the table to.
|
int |
hashCode() |
void |
setClusterIdentifier(String clusterIdentifier)
The identifier of the Amazon Redshift cluster to restore the table to.
|
void |
setNewTableName(String newTableName)
The name of the table to create as a result of the current request.
|
void |
setSnapshotIdentifier(String snapshotIdentifier)
The identifier of the snapshot to restore the table from.
|
void |
setSourceDatabaseName(String sourceDatabaseName)
The name of the source database that contains the table to restore from.
|
void |
setSourceSchemaName(String sourceSchemaName)
The name of the source schema that contains the table to restore from.
|
void |
setSourceTableName(String sourceTableName)
The name of the source table to restore from.
|
void |
setTargetDatabaseName(String targetDatabaseName)
The name of the database to restore the table to.
|
void |
setTargetSchemaName(String targetSchemaName)
The name of the schema to restore the table to.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RestoreTableFromClusterSnapshotRequest |
withClusterIdentifier(String clusterIdentifier)
The identifier of the Amazon Redshift cluster to restore the table to.
|
RestoreTableFromClusterSnapshotRequest |
withNewTableName(String newTableName)
The name of the table to create as a result of the current request.
|
RestoreTableFromClusterSnapshotRequest |
withSnapshotIdentifier(String snapshotIdentifier)
The identifier of the snapshot to restore the table from.
|
RestoreTableFromClusterSnapshotRequest |
withSourceDatabaseName(String sourceDatabaseName)
The name of the source database that contains the table to restore from.
|
RestoreTableFromClusterSnapshotRequest |
withSourceSchemaName(String sourceSchemaName)
The name of the source schema that contains the table to restore from.
|
RestoreTableFromClusterSnapshotRequest |
withSourceTableName(String sourceTableName)
The name of the source table to restore from.
|
RestoreTableFromClusterSnapshotRequest |
withTargetDatabaseName(String targetDatabaseName)
The name of the database to restore the table to.
|
RestoreTableFromClusterSnapshotRequest |
withTargetSchemaName(String targetSchemaName)
The name of the schema to restore the table to.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public RestoreTableFromClusterSnapshotRequest()
public void setClusterIdentifier(String clusterIdentifier)
The identifier of the Amazon Redshift cluster to restore the table to.
clusterIdentifier
- The identifier of the Amazon Redshift cluster to restore the table to.public String getClusterIdentifier()
The identifier of the Amazon Redshift cluster to restore the table to.
public RestoreTableFromClusterSnapshotRequest withClusterIdentifier(String clusterIdentifier)
The identifier of the Amazon Redshift cluster to restore the table to.
clusterIdentifier
- The identifier of the Amazon Redshift cluster to restore the table to.public void setSnapshotIdentifier(String snapshotIdentifier)
The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon
Redshift cluster specified by the ClusterIdentifier
parameter.
snapshotIdentifier
- The identifier of the snapshot to restore the table from. This snapshot must have been created from the
Amazon Redshift cluster specified by the ClusterIdentifier
parameter.public String getSnapshotIdentifier()
The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon
Redshift cluster specified by the ClusterIdentifier
parameter.
ClusterIdentifier
parameter.public RestoreTableFromClusterSnapshotRequest withSnapshotIdentifier(String snapshotIdentifier)
The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon
Redshift cluster specified by the ClusterIdentifier
parameter.
snapshotIdentifier
- The identifier of the snapshot to restore the table from. This snapshot must have been created from the
Amazon Redshift cluster specified by the ClusterIdentifier
parameter.public void setSourceDatabaseName(String sourceDatabaseName)
The name of the source database that contains the table to restore from.
sourceDatabaseName
- The name of the source database that contains the table to restore from.public String getSourceDatabaseName()
The name of the source database that contains the table to restore from.
public RestoreTableFromClusterSnapshotRequest withSourceDatabaseName(String sourceDatabaseName)
The name of the source database that contains the table to restore from.
sourceDatabaseName
- The name of the source database that contains the table to restore from.public void setSourceSchemaName(String sourceSchemaName)
The name of the source schema that contains the table to restore from. If you do not specify a
SourceSchemaName
value, the default is public
.
sourceSchemaName
- The name of the source schema that contains the table to restore from. If you do not specify a
SourceSchemaName
value, the default is public
.public String getSourceSchemaName()
The name of the source schema that contains the table to restore from. If you do not specify a
SourceSchemaName
value, the default is public
.
SourceSchemaName
value, the default is public
.public RestoreTableFromClusterSnapshotRequest withSourceSchemaName(String sourceSchemaName)
The name of the source schema that contains the table to restore from. If you do not specify a
SourceSchemaName
value, the default is public
.
sourceSchemaName
- The name of the source schema that contains the table to restore from. If you do not specify a
SourceSchemaName
value, the default is public
.public void setSourceTableName(String sourceTableName)
The name of the source table to restore from.
sourceTableName
- The name of the source table to restore from.public String getSourceTableName()
The name of the source table to restore from.
public RestoreTableFromClusterSnapshotRequest withSourceTableName(String sourceTableName)
The name of the source table to restore from.
sourceTableName
- The name of the source table to restore from.public void setTargetDatabaseName(String targetDatabaseName)
The name of the database to restore the table to.
targetDatabaseName
- The name of the database to restore the table to.public String getTargetDatabaseName()
The name of the database to restore the table to.
public RestoreTableFromClusterSnapshotRequest withTargetDatabaseName(String targetDatabaseName)
The name of the database to restore the table to.
targetDatabaseName
- The name of the database to restore the table to.public void setTargetSchemaName(String targetSchemaName)
The name of the schema to restore the table to.
targetSchemaName
- The name of the schema to restore the table to.public String getTargetSchemaName()
The name of the schema to restore the table to.
public RestoreTableFromClusterSnapshotRequest withTargetSchemaName(String targetSchemaName)
The name of the schema to restore the table to.
targetSchemaName
- The name of the schema to restore the table to.public void setNewTableName(String newTableName)
The name of the table to create as a result of the current request.
newTableName
- The name of the table to create as a result of the current request.public String getNewTableName()
The name of the table to create as a result of the current request.
public RestoreTableFromClusterSnapshotRequest withNewTableName(String newTableName)
The name of the table to create as a result of the current request.
newTableName
- The name of the table to create as a result of the current request.public String toString()
toString
in class Object
Object.toString()
public RestoreTableFromClusterSnapshotRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.