Interface OutputBand.Builder

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

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

    • bandName

      OutputBand.Builder bandName(String bandName)

      The name of the band.

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

      OutputBand.Builder outputDataType(String outputDataType)

      The datatype of the output band.

      Parameters:
      outputDataType - The datatype of the output band.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • outputDataType

      OutputBand.Builder outputDataType(OutputType outputDataType)

      The datatype of the output band.

      Parameters:
      outputDataType - The datatype of the output band.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: