Interface SearchTablesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<SearchTablesResponse.Builder,SearchTablesResponse>, GlueResponse.Builder, SdkBuilder<SearchTablesResponse.Builder,SearchTablesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
SearchTablesResponse

public static interface SearchTablesResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<SearchTablesResponse.Builder,SearchTablesResponse>
  • Method Details

    • nextToken

      SearchTablesResponse.Builder nextToken(String nextToken)

      A continuation token, present if the current list segment is not the last.

      Parameters:
      nextToken - A continuation token, present if the current list segment is not the last.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tableList

      A list of the requested Table objects. The SearchTables response returns only the tables that you have access to.

      Parameters:
      tableList - A list of the requested Table objects. The SearchTables response returns only the tables that you have access to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tableList

      SearchTablesResponse.Builder tableList(Table... tableList)

      A list of the requested Table objects. The SearchTables response returns only the tables that you have access to.

      Parameters:
      tableList - A list of the requested Table objects. The SearchTables response returns only the tables that you have access to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tableList

      A list of the requested Table objects. The SearchTables response returns only the tables that you have access to.

      This is a convenience method that creates an instance of the Table.Builder avoiding the need to create one manually via Table.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tableList(List <Table>).

      Parameters:
      tableList - a consumer that will call methods on Table.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: