Uses of Interface
software.amazon.awssdk.services.sagemakergeospatial.model.BandMathConfigInput.Builder
-
Packages that use BandMathConfigInput.Builder Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of BandMathConfigInput.Builder in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return BandMathConfigInput.Builder Modifier and Type Method Description static BandMathConfigInput.BuilderBandMathConfigInput. builder()default BandMathConfigInput.BuilderBandMathConfigInput.Builder. customIndices(Consumer<CustomIndicesInput.Builder> customIndices)CustomIndices that are computed.BandMathConfigInput.BuilderBandMathConfigInput.Builder. customIndices(CustomIndicesInput customIndices)CustomIndices that are computed.BandMathConfigInput.BuilderBandMathConfigInput.Builder. predefinedIndices(String... predefinedIndices)One or many of the supported predefined indices to compute.BandMathConfigInput.BuilderBandMathConfigInput.Builder. predefinedIndices(Collection<String> predefinedIndices)One or many of the supported predefined indices to compute.BandMathConfigInput.BuilderBandMathConfigInput. toBuilder()Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type BandMathConfigInput.Builder Modifier and Type Method Description static Class<? extends BandMathConfigInput.Builder>BandMathConfigInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemakergeospatial.model with type arguments of type BandMathConfigInput.Builder Modifier and Type Method Description default JobConfigInput.BuilderJobConfigInput.Builder. bandMathConfig(Consumer<BandMathConfigInput.Builder> bandMathConfig)An object containing information about the job configuration for BandMath.static JobConfigInputJobConfigInput. fromBandMathConfig(Consumer<BandMathConfigInput.Builder> bandMathConfig)Create an instance of this class withJobConfigInput.bandMathConfig()initialized to the given value.
-