public static interface RestoreTableFromClusterSnapshotRequest.Builder extends RedshiftRequest.Builder, CopyableBuilder<RestoreTableFromClusterSnapshotRequest.Builder,RestoreTableFromClusterSnapshotRequest>
Modifier and Type | Method and 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
RestoreTableFromClusterSnapshotRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
requestOverrideConfig
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.RestoreTableFromClusterSnapshotRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.RestoreTableFromClusterSnapshotRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.