Interface ColumnGroupSchema.Builder

    • Method Detail

      • name

        ColumnGroupSchema.Builder name​(String name)

        The name of the column group schema.

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

        ColumnGroupSchema.Builder columnGroupColumnSchemaList​(Collection<ColumnGroupColumnSchema> columnGroupColumnSchemaList)

        A structure containing the list of schemas for column group columns.

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

        ColumnGroupSchema.Builder columnGroupColumnSchemaList​(ColumnGroupColumnSchema... columnGroupColumnSchemaList)

        A structure containing the list of schemas for column group columns.

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