Interface Column.Builder

    • Method Detail

      • name

        Column.Builder name​(String name)

        The name of the column.

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

        Column.Builder type​(String type)

        The type of data. For more information about the supported data types, see Common data types in the Glue Developer Guide.

        Parameters:
        type - The type of data. For more information about the supported data types, see Common data types in the Glue Developer Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.