Interface InputColumn.Builder

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

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

    • name

      The name of this column in the underlying data source.

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

      The data type of the column.

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

      The data type of the column.

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

      InputColumn.Builder subType(String subType)

      The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.

      Parameters:
      subType - The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • subType

      The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.

      Parameters:
      subType - The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: