Uses of Interface
software.amazon.awssdk.services.sagemakergeospatial.model.LandsatCloudCoverLandInput.Builder
-
Packages that use LandsatCloudCoverLandInput.Builder Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of LandsatCloudCoverLandInput.Builder in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return LandsatCloudCoverLandInput.Builder Modifier and Type Method Description static LandsatCloudCoverLandInput.BuilderLandsatCloudCoverLandInput. builder()LandsatCloudCoverLandInput.BuilderLandsatCloudCoverLandInput.Builder. lowerBound(Float lowerBound)The minimum value for Land Cloud Cover property filter.LandsatCloudCoverLandInput.BuilderLandsatCloudCoverLandInput. toBuilder()LandsatCloudCoverLandInput.BuilderLandsatCloudCoverLandInput.Builder. upperBound(Float upperBound)The maximum value for Land Cloud Cover property filter.Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type LandsatCloudCoverLandInput.Builder Modifier and Type Method Description static Class<? extends LandsatCloudCoverLandInput.Builder>LandsatCloudCoverLandInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemakergeospatial.model with type arguments of type LandsatCloudCoverLandInput.Builder Modifier and Type Method Description static PropertyProperty. fromLandsatCloudCoverLand(Consumer<LandsatCloudCoverLandInput.Builder> landsatCloudCoverLand)Create an instance of this class withProperty.landsatCloudCoverLand()initialized to the given value.default Property.BuilderProperty.Builder. landsatCloudCoverLand(Consumer<LandsatCloudCoverLandInput.Builder> landsatCloudCoverLand)The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.
-