Interface DataSetSchema.Builder

    • Method Detail

      • columnSchemaList

        DataSetSchema.Builder columnSchemaList​(Collection<ColumnSchema> columnSchemaList)

        A structure containing the list of column schemas.

        Parameters:
        columnSchemaList - A structure containing the list of column schemas.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • columnSchemaList

        DataSetSchema.Builder columnSchemaList​(ColumnSchema... columnSchemaList)

        A structure containing the list of column schemas.

        Parameters:
        columnSchemaList - A structure containing the list of column schemas.
        Returns:
        Returns a reference to this object so that method calls can be chained together.