public static interface GeoMosaicConfigInput.Builder extends SdkPojo, CopyableBuilder<GeoMosaicConfigInput.Builder,GeoMosaicConfigInput>
| Modifier and Type | Method and Description |
|---|---|
GeoMosaicConfigInput.Builder |
algorithmName(AlgorithmNameGeoMosaic algorithmName)
The name of the algorithm being used for geomosaic.
|
GeoMosaicConfigInput.Builder |
algorithmName(String algorithmName)
The name of the algorithm being used for geomosaic.
|
GeoMosaicConfigInput.Builder |
targetBands(Collection<String> targetBands)
The target bands for geomosaic.
|
GeoMosaicConfigInput.Builder |
targetBands(String... targetBands)
The target bands for geomosaic.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGeoMosaicConfigInput.Builder algorithmName(String algorithmName)
The name of the algorithm being used for geomosaic.
algorithmName - The name of the algorithm being used for geomosaic.AlgorithmNameGeoMosaic,
AlgorithmNameGeoMosaicGeoMosaicConfigInput.Builder algorithmName(AlgorithmNameGeoMosaic algorithmName)
The name of the algorithm being used for geomosaic.
algorithmName - The name of the algorithm being used for geomosaic.AlgorithmNameGeoMosaic,
AlgorithmNameGeoMosaicGeoMosaicConfigInput.Builder targetBands(Collection<String> targetBands)
The target bands for geomosaic.
targetBands - The target bands for geomosaic.GeoMosaicConfigInput.Builder targetBands(String... targetBands)
The target bands for geomosaic.
targetBands - The target bands for geomosaic.Copyright © 2023. All rights reserved.