Interface GetTablesRequest.Builder

    • Method Detail

      • catalogId

        GetTablesRequest.Builder catalogId​(String catalogId)

        The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.

        Parameters:
        catalogId - The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseName

        GetTablesRequest.Builder databaseName​(String databaseName)

        The database in the catalog whose tables to list. For Hive compatibility, this name is entirely lowercase.

        Parameters:
        databaseName - The database in the catalog whose tables to list. For Hive compatibility, this name is entirely lowercase.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expression

        GetTablesRequest.Builder expression​(String expression)

        A regular expression pattern. If present, only those tables whose names match the pattern are returned.

        Parameters:
        expression - A regular expression pattern. If present, only those tables whose names match the pattern are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetTablesRequest.Builder nextToken​(String nextToken)

        A continuation token, included if this is a continuation call.

        Parameters:
        nextToken - A continuation token, included if this is a continuation call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        GetTablesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of tables to return in a single response.

        Parameters:
        maxResults - The maximum number of tables to return in a single response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transactionId

        GetTablesRequest.Builder transactionId​(String transactionId)

        The transaction ID at which to read the table contents.

        Parameters:
        transactionId - The transaction ID at which to read the table contents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryAsOfTime

        GetTablesRequest.Builder queryAsOfTime​(Instant queryAsOfTime)

        The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.

        Parameters:
        queryAsOfTime - The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • includeStatusDetails

        GetTablesRequest.Builder includeStatusDetails​(Boolean includeStatusDetails)

        Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.

        Parameters:
        includeStatusDetails - Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributesToGetWithStrings

        GetTablesRequest.Builder attributesToGetWithStrings​(Collection<String> attributesToGet)

        Specifies the table fields returned by the GetTables call. This parameter doesn’t accept an empty list. The request must include NAME.

        The following are the valid combinations of values:

        • NAME - Names of all tables in the database.

        • NAME, TABLE_TYPE - Names of all tables and the table types.

        Parameters:
        attributesToGet - Specifies the table fields returned by the GetTables call. This parameter doesn’t accept an empty list. The request must include NAME.

        The following are the valid combinations of values:

        • NAME - Names of all tables in the database.

        • NAME, TABLE_TYPE - Names of all tables and the table types.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributesToGetWithStrings

        GetTablesRequest.Builder attributesToGetWithStrings​(String... attributesToGet)

        Specifies the table fields returned by the GetTables call. This parameter doesn’t accept an empty list. The request must include NAME.

        The following are the valid combinations of values:

        • NAME - Names of all tables in the database.

        • NAME, TABLE_TYPE - Names of all tables and the table types.

        Parameters:
        attributesToGet - Specifies the table fields returned by the GetTables call. This parameter doesn’t accept an empty list. The request must include NAME.

        The following are the valid combinations of values:

        • NAME - Names of all tables in the database.

        • NAME, TABLE_TYPE - Names of all tables and the table types.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributesToGet

        GetTablesRequest.Builder attributesToGet​(Collection<TableAttributes> attributesToGet)

        Specifies the table fields returned by the GetTables call. This parameter doesn’t accept an empty list. The request must include NAME.

        The following are the valid combinations of values:

        • NAME - Names of all tables in the database.

        • NAME, TABLE_TYPE - Names of all tables and the table types.

        Parameters:
        attributesToGet - Specifies the table fields returned by the GetTables call. This parameter doesn’t accept an empty list. The request must include NAME.

        The following are the valid combinations of values:

        • NAME - Names of all tables in the database.

        • NAME, TABLE_TYPE - Names of all tables and the table types.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributesToGet

        GetTablesRequest.Builder attributesToGet​(TableAttributes... attributesToGet)

        Specifies the table fields returned by the GetTables call. This parameter doesn’t accept an empty list. The request must include NAME.

        The following are the valid combinations of values:

        • NAME - Names of all tables in the database.

        • NAME, TABLE_TYPE - Names of all tables and the table types.

        Parameters:
        attributesToGet - Specifies the table fields returned by the GetTables call. This parameter doesn’t accept an empty list. The request must include NAME.

        The following are the valid combinations of values:

        • NAME - Names of all tables in the database.

        • NAME, TABLE_TYPE - Names of all tables and the table types.

        Returns:
        Returns a reference to this object so that method calls can be chained together.