Class RestoreTableFromClusterSnapshotRequest

    • Method Detail

      • clusterIdentifier

        public final String clusterIdentifier()

        The identifier of the Amazon Redshift cluster to restore the table to.

        Returns:
        The identifier of the Amazon Redshift cluster to restore the table to.
      • snapshotIdentifier

        public final 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.

        Returns:
        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.
      • sourceDatabaseName

        public final String sourceDatabaseName()

        The name of the source database that contains the table to restore from.

        Returns:
        The name of the source database that contains the table to restore from.
      • sourceSchemaName

        public final 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.

        Returns:
        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.
      • sourceTableName

        public final String sourceTableName()

        The name of the source table to restore from.

        Returns:
        The name of the source table to restore from.
      • targetDatabaseName

        public final String targetDatabaseName()

        The name of the database to restore the table to.

        Returns:
        The name of the database to restore the table to.
      • targetSchemaName

        public final String targetSchemaName()

        The name of the schema to restore the table to.

        Returns:
        The name of the schema to restore the table to.
      • newTableName

        public final String newTableName()

        The name of the table to create as a result of the current request.

        Returns:
        The name of the table to create as a result of the current request.
      • enableCaseSensitiveIdentifier

        public final Boolean enableCaseSensitiveIdentifier()

        Indicates whether name identifiers for database, schema, and table are case sensitive. If true, the names are case sensitive. If false (default), the names are not case sensitive.

        Returns:
        Indicates whether name identifiers for database, schema, and table are case sensitive. If true, the names are case sensitive. If false (default), the names are not case sensitive.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object