public static interface RestoreTableFromClusterSnapshotRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<RestoreTableFromClusterSnapshotRequest.Builder,RestoreTableFromClusterSnapshotRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRestoreTableFromClusterSnapshotRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRestoreTableFromClusterSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.