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
Modifier and TypeMethodDescriptionThe name of the band.outputDataType(String outputDataType) The datatype of the output band.outputDataType(OutputType outputDataType) The datatype of the output band.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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
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:
 
 
 -