Uses of Interface
software.amazon.awssdk.services.sagemakergeospatial.model.OutputBand.Builder
-
Packages that use OutputBand.Builder Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of OutputBand.Builder in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return OutputBand.Builder Modifier and Type Method Description OutputBand.BuilderOutputBand.Builder. bandName(String bandName)The name of the band.static OutputBand.BuilderOutputBand. builder()OutputBand.BuilderOutputBand.Builder. outputDataType(String outputDataType)The datatype of the output band.OutputBand.BuilderOutputBand.Builder. outputDataType(OutputType outputDataType)The datatype of the output band.OutputBand.BuilderOutputBand. toBuilder()Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type OutputBand.Builder Modifier and Type Method Description static Class<? extends OutputBand.Builder>OutputBand. serializableBuilderClass()
-