Interface GetCatalogResponse.Builder

  • Method Details

    • catalog

      A Catalog object. The definition of the specified catalog in the Glue Data Catalog.

      Parameters:
      catalog - A Catalog object. The definition of the specified catalog in the Glue Data Catalog.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • catalog

      A Catalog object. The definition of the specified catalog in the Glue Data Catalog.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to catalog(Catalog).

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