public static interface OutputBand.Builder extends SdkPojo, CopyableBuilder<OutputBand.Builder,OutputBand>
| Modifier and Type | Method and Description |
|---|---|
OutputBand.Builder |
bandName(String bandName)
The name of the band.
|
OutputBand.Builder |
outputDataType(OutputType outputDataType)
The datatype of the output band.
|
OutputBand.Builder |
outputDataType(String outputDataType)
The datatype of the output band.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOutputBand.Builder bandName(String bandName)
The name of the band.
bandName - The name of the band.OutputBand.Builder outputDataType(String outputDataType)
The datatype of the output band.
outputDataType - The datatype of the output band.OutputType,
OutputTypeOutputBand.Builder outputDataType(OutputType outputDataType)
The datatype of the output band.
outputDataType - The datatype of the output band.OutputType,
OutputTypeCopyright © 2023. All rights reserved.