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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputBand.BuilderbandName(String bandName)The name of the band.OutputBand.BuilderoutputDataType(String outputDataType)The datatype of the output band.OutputBand.BuilderoutputDataType(OutputType outputDataType)The datatype of the output band.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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:
OutputType,OutputType
-
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:
OutputType,OutputType
-
-