Interface GetTableMetadataRequest.Builder

    • Method Detail

      • catalogName

        GetTableMetadataRequest.Builder catalogName​(String catalogName)

        The name of the data catalog that contains the database and table metadata to return.

        Parameters:
        catalogName - The name of the data catalog that contains the database and table metadata to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseName

        GetTableMetadataRequest.Builder databaseName​(String databaseName)

        The name of the database that contains the table metadata to return.

        Parameters:
        databaseName - The name of the database that contains the table metadata to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableName

        GetTableMetadataRequest.Builder tableName​(String tableName)

        The name of the table for which metadata is returned.

        Parameters:
        tableName - The name of the table for which metadata is returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workGroup

        GetTableMetadataRequest.Builder workGroup​(String workGroup)

        The name of the workgroup for which the metadata is being fetched. Required if requesting an IAM Identity Center enabled Glue Data Catalog.

        Parameters:
        workGroup - The name of the workgroup for which the metadata is being fetched. Required if requesting an IAM Identity Center enabled Glue Data Catalog.
        Returns:
        Returns a reference to this object so that method calls can be chained together.