Uses of Interface
software.amazon.awssdk.services.sagemakergeospatial.model.GeoMosaicConfigInput.Builder
-
Packages that use GeoMosaicConfigInput.Builder Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of GeoMosaicConfigInput.Builder in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return GeoMosaicConfigInput.Builder Modifier and Type Method Description GeoMosaicConfigInput.BuilderGeoMosaicConfigInput.Builder. algorithmName(String algorithmName)The name of the algorithm being used for geomosaic.GeoMosaicConfigInput.BuilderGeoMosaicConfigInput.Builder. algorithmName(AlgorithmNameGeoMosaic algorithmName)The name of the algorithm being used for geomosaic.static GeoMosaicConfigInput.BuilderGeoMosaicConfigInput. builder()GeoMosaicConfigInput.BuilderGeoMosaicConfigInput.Builder. targetBands(String... targetBands)The target bands for geomosaic.GeoMosaicConfigInput.BuilderGeoMosaicConfigInput.Builder. targetBands(Collection<String> targetBands)The target bands for geomosaic.GeoMosaicConfigInput.BuilderGeoMosaicConfigInput. toBuilder()Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type GeoMosaicConfigInput.Builder Modifier and Type Method Description static Class<? extends GeoMosaicConfigInput.Builder>GeoMosaicConfigInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemakergeospatial.model with type arguments of type GeoMosaicConfigInput.Builder Modifier and Type Method Description static JobConfigInputJobConfigInput. fromGeoMosaicConfig(Consumer<GeoMosaicConfigInput.Builder> geoMosaicConfig)Create an instance of this class withJobConfigInput.geoMosaicConfig()initialized to the given value.default JobConfigInput.BuilderJobConfigInput.Builder. geoMosaicConfig(Consumer<GeoMosaicConfigInput.Builder> geoMosaicConfig)An object containing information about the job configuration for geomosaic.
-