Interface GlueStudioSchemaColumn.Builder

  • Method Details

    • name

      The name of the column in the Glue Studio schema.

      Parameters:
      name - The name of the column in the Glue Studio schema.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The hive type for this column in the Glue Studio schema.

      Parameters:
      type - The hive type for this column in the Glue Studio schema.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • glueStudioType

      GlueStudioSchemaColumn.Builder glueStudioType(String glueStudioType)

      The data type of the column as defined in Glue Studio.

      Parameters:
      glueStudioType - The data type of the column as defined in Glue Studio.
      Returns:
      Returns a reference to this object so that method calls can be chained together.