Uses of Interface
software.amazon.awssdk.services.sagemakergeospatial.model.Properties.Builder
-
Packages that use Properties.Builder Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of Properties.Builder in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return Properties.Builder Modifier and Type Method Description static Properties.BuilderProperties. builder()Properties.BuilderProperties.Builder. eoCloudCover(Float eoCloudCover)Estimate of cloud cover.Properties.BuilderProperties.Builder. landsatCloudCoverLand(Float landsatCloudCoverLand)Land cloud cover for Landsat Data Collection.Properties.BuilderProperties.Builder. platform(String platform)Platform property.Properties.BuilderProperties. toBuilder()Properties.BuilderProperties.Builder. viewOffNadir(Float viewOffNadir)The angle from the sensor between nadir (straight down) and the scene center.Properties.BuilderProperties.Builder. viewSunAzimuth(Float viewSunAzimuth)The sun azimuth angle.Properties.BuilderProperties.Builder. viewSunElevation(Float viewSunElevation)The sun elevation angle.Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type Properties.Builder Modifier and Type Method Description static Class<? extends Properties.Builder>Properties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemakergeospatial.model with type arguments of type Properties.Builder Modifier and Type Method Description default ItemSource.BuilderItemSource.Builder. properties(Consumer<Properties.Builder> properties)This field contains additional properties of the item.
-