Interface Property.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Property.Builder,
,Property> SdkBuilder<Property.Builder,
,Property> SdkPojo
- Enclosing class:
Property
-
Method Summary
Modifier and TypeMethodDescriptiondefault Property.Builder
eoCloudCover
(Consumer<EoCloudCoverInput.Builder> eoCloudCover) The structure representing EoCloudCover property filter containing a lower bound and upper bound.eoCloudCover
(EoCloudCoverInput eoCloudCover) The structure representing EoCloudCover property filter containing a lower bound and upper bound.default Property.Builder
landsatCloudCoverLand
(Consumer<LandsatCloudCoverLandInput.Builder> landsatCloudCoverLand) The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.landsatCloudCoverLand
(LandsatCloudCoverLandInput landsatCloudCoverLand) The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.default Property.Builder
platform
(Consumer<PlatformInput.Builder> platform) The structure representing Platform property filter consisting of value and comparison operator.platform
(PlatformInput platform) The structure representing Platform property filter consisting of value and comparison operator.default Property.Builder
viewOffNadir
(Consumer<ViewOffNadirInput.Builder> viewOffNadir) The structure representing ViewOffNadir property filter containing a lower bound and upper bound.viewOffNadir
(ViewOffNadirInput viewOffNadir) The structure representing ViewOffNadir property filter containing a lower bound and upper bound.default Property.Builder
viewSunAzimuth
(Consumer<ViewSunAzimuthInput.Builder> viewSunAzimuth) The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.viewSunAzimuth
(ViewSunAzimuthInput viewSunAzimuth) The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.default Property.Builder
viewSunElevation
(Consumer<ViewSunElevationInput.Builder> viewSunElevation) The structure representing ViewSunElevation property filter containing a lower bound and upper bound.viewSunElevation
(ViewSunElevationInput viewSunElevation) The structure representing ViewSunElevation property filter containing a lower bound and upper bound.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
eoCloudCover
The structure representing EoCloudCover property filter containing a lower bound and upper bound.
- Parameters:
eoCloudCover
- The structure representing EoCloudCover property filter containing a lower bound and upper bound.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eoCloudCover
The structure representing EoCloudCover property filter containing a lower bound and upper bound.
This is a convenience method that creates an instance of theEoCloudCoverInput.Builder
avoiding the need to create one manually viaEoCloudCoverInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toeoCloudCover(EoCloudCoverInput)
.- Parameters:
eoCloudCover
- a consumer that will call methods onEoCloudCoverInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
landsatCloudCoverLand
The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.
- Parameters:
landsatCloudCoverLand
- The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
landsatCloudCoverLand
default Property.Builder landsatCloudCoverLand(Consumer<LandsatCloudCoverLandInput.Builder> landsatCloudCoverLand) The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.
This is a convenience method that creates an instance of theLandsatCloudCoverLandInput.Builder
avoiding the need to create one manually viaLandsatCloudCoverLandInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolandsatCloudCoverLand(LandsatCloudCoverLandInput)
.- Parameters:
landsatCloudCoverLand
- a consumer that will call methods onLandsatCloudCoverLandInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
platform
The structure representing Platform property filter consisting of value and comparison operator.
- Parameters:
platform
- The structure representing Platform property filter consisting of value and comparison operator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platform
The structure representing Platform property filter consisting of value and comparison operator.
This is a convenience method that creates an instance of thePlatformInput.Builder
avoiding the need to create one manually viaPlatformInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toplatform(PlatformInput)
.- Parameters:
platform
- a consumer that will call methods onPlatformInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
viewOffNadir
The structure representing ViewOffNadir property filter containing a lower bound and upper bound.
- Parameters:
viewOffNadir
- The structure representing ViewOffNadir property filter containing a lower bound and upper bound.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
viewOffNadir
The structure representing ViewOffNadir property filter containing a lower bound and upper bound.
This is a convenience method that creates an instance of theViewOffNadirInput.Builder
avoiding the need to create one manually viaViewOffNadirInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toviewOffNadir(ViewOffNadirInput)
.- Parameters:
viewOffNadir
- a consumer that will call methods onViewOffNadirInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
viewSunAzimuth
The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.
- Parameters:
viewSunAzimuth
- The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
viewSunAzimuth
The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.
This is a convenience method that creates an instance of theViewSunAzimuthInput.Builder
avoiding the need to create one manually viaViewSunAzimuthInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toviewSunAzimuth(ViewSunAzimuthInput)
.- Parameters:
viewSunAzimuth
- a consumer that will call methods onViewSunAzimuthInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
viewSunElevation
The structure representing ViewSunElevation property filter containing a lower bound and upper bound.
- Parameters:
viewSunElevation
- The structure representing ViewSunElevation property filter containing a lower bound and upper bound.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
viewSunElevation
The structure representing ViewSunElevation property filter containing a lower bound and upper bound.
This is a convenience method that creates an instance of theViewSunElevationInput.Builder
avoiding the need to create one manually viaViewSunElevationInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toviewSunElevation(ViewSunElevationInput)
.- Parameters:
viewSunElevation
- a consumer that will call methods onViewSunElevationInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-