CopyableBuilder<RestoreTableFromClusterSnapshotRequest.Builder,RestoreTableFromClusterSnapshotRequest>
, SdkBuilder<RestoreTableFromClusterSnapshotRequest.Builder,RestoreTableFromClusterSnapshotRequest>
public static interface RestoreTableFromClusterSnapshotRequest.Builder extends CopyableBuilder<RestoreTableFromClusterSnapshotRequest.Builder,RestoreTableFromClusterSnapshotRequest>
Modifier and Type | Method | Description |
---|---|---|
RestoreTableFromClusterSnapshotRequest.Builder |
clusterIdentifier(String clusterIdentifier) |
The identifier of the Amazon Redshift cluster to restore the table to.
|
RestoreTableFromClusterSnapshotRequest.Builder |
newTableName(String newTableName) |
The name of the table to create as a result of the current request.
|
RestoreTableFromClusterSnapshotRequest.Builder |
snapshotIdentifier(String snapshotIdentifier) |
The identifier of the snapshot to restore the table from.
|
RestoreTableFromClusterSnapshotRequest.Builder |
sourceDatabaseName(String sourceDatabaseName) |
The name of the source database that contains the table to restore from.
|
RestoreTableFromClusterSnapshotRequest.Builder |
sourceSchemaName(String sourceSchemaName) |
The name of the source schema that contains the table to restore from.
|
RestoreTableFromClusterSnapshotRequest.Builder |
sourceTableName(String sourceTableName) |
The name of the source table to restore from.
|
RestoreTableFromClusterSnapshotRequest.Builder |
targetDatabaseName(String targetDatabaseName) |
The name of the database to restore the table to.
|
RestoreTableFromClusterSnapshotRequest.Builder |
targetSchemaName(String targetSchemaName) |
The name of the schema to restore the table to.
|
copy
apply, build
RestoreTableFromClusterSnapshotRequest.Builder clusterIdentifier(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.RestoreTableFromClusterSnapshotRequest.Builder snapshotIdentifier(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.RestoreTableFromClusterSnapshotRequest.Builder sourceDatabaseName(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.RestoreTableFromClusterSnapshotRequest.Builder sourceSchemaName(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
.RestoreTableFromClusterSnapshotRequest.Builder sourceTableName(String sourceTableName)
The name of the source table to restore from.
sourceTableName
- The name of the source table to restore from.RestoreTableFromClusterSnapshotRequest.Builder targetDatabaseName(String targetDatabaseName)
The name of the database to restore the table to.
targetDatabaseName
- The name of the database to restore the table to.RestoreTableFromClusterSnapshotRequest.Builder targetSchemaName(String targetSchemaName)
The name of the schema to restore the table to.
targetSchemaName
- The name of the schema to restore the table to.RestoreTableFromClusterSnapshotRequest.Builder newTableName(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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.