Interface GetTableResponse.Builder

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

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

    • table

      The Table object that defines the specified table.

      Parameters:
      table - The Table object that defines the specified table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • table

      The Table object that defines the specified table.

      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 table(Table).

      Parameters:
      table - 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: