public static interface RestoreTableFromSnapshotRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<RestoreTableFromSnapshotRequest.Builder,RestoreTableFromSnapshotRequest>
| Modifier and Type | Method and Description |
|---|---|
RestoreTableFromSnapshotRequest.Builder |
activateCaseSensitiveIdentifier(Boolean activateCaseSensitiveIdentifier)
Indicates whether name identifiers for database, schema, and table are case sensitive.
|
RestoreTableFromSnapshotRequest.Builder |
namespaceName(String namespaceName)
The namespace of the snapshot to restore from.
|
RestoreTableFromSnapshotRequest.Builder |
newTableName(String newTableName)
The name of the table to create from the restore operation.
|
RestoreTableFromSnapshotRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RestoreTableFromSnapshotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RestoreTableFromSnapshotRequest.Builder |
snapshotName(String snapshotName)
The name of the snapshot to restore the table from.
|
RestoreTableFromSnapshotRequest.Builder |
sourceDatabaseName(String sourceDatabaseName)
The name of the source database that contains the table being restored.
|
RestoreTableFromSnapshotRequest.Builder |
sourceSchemaName(String sourceSchemaName)
The name of the source schema that contains the table being restored.
|
RestoreTableFromSnapshotRequest.Builder |
sourceTableName(String sourceTableName)
The name of the source table being restored.
|
RestoreTableFromSnapshotRequest.Builder |
targetDatabaseName(String targetDatabaseName)
The name of the database to restore the table to.
|
RestoreTableFromSnapshotRequest.Builder |
targetSchemaName(String targetSchemaName)
The name of the schema to restore the table to.
|
RestoreTableFromSnapshotRequest.Builder |
workgroupName(String workgroupName)
The workgroup to restore the table to.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRestoreTableFromSnapshotRequest.Builder activateCaseSensitiveIdentifier(Boolean activateCaseSensitiveIdentifier)
Indicates whether name identifiers for database, schema, and table are case sensitive. If true, the names are case sensitive. If false, the names are not case sensitive. The default is false.
activateCaseSensitiveIdentifier - Indicates whether name identifiers for database, schema, and table are case sensitive. If true, the
names are case sensitive. If false, the names are not case sensitive. The default is false.RestoreTableFromSnapshotRequest.Builder namespaceName(String namespaceName)
The namespace of the snapshot to restore from.
namespaceName - The namespace of the snapshot to restore from.RestoreTableFromSnapshotRequest.Builder newTableName(String newTableName)
The name of the table to create from the restore operation.
newTableName - The name of the table to create from the restore operation.RestoreTableFromSnapshotRequest.Builder snapshotName(String snapshotName)
The name of the snapshot to restore the table from.
snapshotName - The name of the snapshot to restore the table from.RestoreTableFromSnapshotRequest.Builder sourceDatabaseName(String sourceDatabaseName)
The name of the source database that contains the table being restored.
sourceDatabaseName - The name of the source database that contains the table being restored.RestoreTableFromSnapshotRequest.Builder sourceSchemaName(String sourceSchemaName)
The name of the source schema that contains the table being restored.
sourceSchemaName - The name of the source schema that contains the table being restored.RestoreTableFromSnapshotRequest.Builder sourceTableName(String sourceTableName)
The name of the source table being restored.
sourceTableName - The name of the source table being restored.RestoreTableFromSnapshotRequest.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.RestoreTableFromSnapshotRequest.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.RestoreTableFromSnapshotRequest.Builder workgroupName(String workgroupName)
The workgroup to restore the table to.
workgroupName - The workgroup to restore the table to.RestoreTableFromSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRestoreTableFromSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.