@Generated(value="software.amazon.awssdk:codegen") public final class RestoreTableFromClusterSnapshotRequest extends RedshiftRequest implements ToCopyableBuilder<RestoreTableFromClusterSnapshotRequest.Builder,RestoreTableFromClusterSnapshotRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RestoreTableFromClusterSnapshotRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RestoreTableFromClusterSnapshotRequest.Builder |
builder() |
String |
clusterIdentifier()
The identifier of the Amazon Redshift cluster to restore the table to.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
newTableName()
The name of the table to create as a result of the current request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RestoreTableFromClusterSnapshotRequest.Builder> |
serializableBuilderClass() |
String |
snapshotIdentifier()
The identifier of the snapshot to restore the table from.
|
String |
sourceDatabaseName()
The name of the source database that contains the table to restore from.
|
String |
sourceSchemaName()
The name of the source schema that contains the table to restore from.
|
String |
sourceTableName()
The name of the source table to restore from.
|
String |
targetDatabaseName()
The name of the database to restore the table to.
|
String |
targetSchemaName()
The name of the schema to restore the table to.
|
RestoreTableFromClusterSnapshotRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String clusterIdentifier()
The identifier of the Amazon Redshift cluster to restore the table to.
public 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.
ClusterIdentifier parameter.public String sourceDatabaseName()
The name of the source database that contains the table to restore from.
public 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 value, the default is public.public String sourceTableName()
The name of the source table to restore from.
public String targetDatabaseName()
The name of the database to restore the table to.
public String targetSchemaName()
The name of the schema to restore the table to.
public String newTableName()
The name of the table to create as a result of the current request.
public RestoreTableFromClusterSnapshotRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RestoreTableFromClusterSnapshotRequest.Builder,RestoreTableFromClusterSnapshotRequest>toBuilder in class RedshiftRequestpublic static RestoreTableFromClusterSnapshotRequest.Builder builder()
public static Class<? extends RestoreTableFromClusterSnapshotRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.