Interface GlueDataSource.Builder

All Superinterfaces:
Buildable, CopyableBuilder<GlueDataSource.Builder,GlueDataSource>, SdkBuilder<GlueDataSource.Builder,GlueDataSource>, SdkPojo
Enclosing class:
GlueDataSource

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

    • catalogId

      GlueDataSource.Builder catalogId(String catalogId)

      The Glue catalog that contains the training data.

      Parameters:
      catalogId - The Glue catalog that contains the training data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • databaseName

      GlueDataSource.Builder databaseName(String databaseName)

      The Glue database that contains the training data.

      Parameters:
      databaseName - The Glue database that contains the training data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tableName

      GlueDataSource.Builder tableName(String tableName)

      The Glue table that contains the training data.

      Parameters:
      tableName - The Glue table that contains the training data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.