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