Class Property
- java.lang.Object
-
- software.amazon.awssdk.services.sagemakergeospatial.model.Property
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Property.Builder,Property>
@Generated("software.amazon.awssdk:codegen") public final class Property extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Property.Builder,Property>
Represents a single searchable property to search on.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProperty.Builderstatic classProperty.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Property.Builderbuilder()EoCloudCoverInputeoCloudCover()The structure representing EoCloudCover property filter containing a lower bound and upper bound.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)static PropertyfromEoCloudCover(Consumer<EoCloudCoverInput.Builder> eoCloudCover)Create an instance of this class witheoCloudCover()initialized to the given value.static PropertyfromEoCloudCover(EoCloudCoverInput eoCloudCover)Create an instance of this class witheoCloudCover()initialized to the given value.static PropertyfromLandsatCloudCoverLand(Consumer<LandsatCloudCoverLandInput.Builder> landsatCloudCoverLand)Create an instance of this class withlandsatCloudCoverLand()initialized to the given value.static PropertyfromLandsatCloudCoverLand(LandsatCloudCoverLandInput landsatCloudCoverLand)Create an instance of this class withlandsatCloudCoverLand()initialized to the given value.static PropertyfromPlatform(Consumer<PlatformInput.Builder> platform)Create an instance of this class withplatform()initialized to the given value.static PropertyfromPlatform(PlatformInput platform)Create an instance of this class withplatform()initialized to the given value.static PropertyfromViewOffNadir(Consumer<ViewOffNadirInput.Builder> viewOffNadir)Create an instance of this class withviewOffNadir()initialized to the given value.static PropertyfromViewOffNadir(ViewOffNadirInput viewOffNadir)Create an instance of this class withviewOffNadir()initialized to the given value.static PropertyfromViewSunAzimuth(Consumer<ViewSunAzimuthInput.Builder> viewSunAzimuth)Create an instance of this class withviewSunAzimuth()initialized to the given value.static PropertyfromViewSunAzimuth(ViewSunAzimuthInput viewSunAzimuth)Create an instance of this class withviewSunAzimuth()initialized to the given value.static PropertyfromViewSunElevation(Consumer<ViewSunElevationInput.Builder> viewSunElevation)Create an instance of this class withviewSunElevation()initialized to the given value.static PropertyfromViewSunElevation(ViewSunElevationInput viewSunElevation)Create an instance of this class withviewSunElevation()initialized to the given value.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LandsatCloudCoverLandInputlandsatCloudCoverLand()The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.PlatformInputplatform()The structure representing Platform property filter consisting of value and comparison operator.List<SdkField<?>>sdkFields()static Class<? extends Property.Builder>serializableBuilderClass()Property.BuildertoBuilder()StringtoString()Returns a string representation of this object.Property.Typetype()Retrieve an enum value representing which member of this object is populated.ViewOffNadirInputviewOffNadir()The structure representing ViewOffNadir property filter containing a lower bound and upper bound.ViewSunAzimuthInputviewSunAzimuth()The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.ViewSunElevationInputviewSunElevation()The structure representing ViewSunElevation property filter containing a lower bound and upper bound.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
eoCloudCover
public final EoCloudCoverInput eoCloudCover()
The structure representing EoCloudCover property filter containing a lower bound and upper bound.
- Returns:
- The structure representing EoCloudCover property filter containing a lower bound and upper bound.
-
landsatCloudCoverLand
public final LandsatCloudCoverLandInput landsatCloudCoverLand()
The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.
- Returns:
- The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.
-
platform
public final PlatformInput platform()
The structure representing Platform property filter consisting of value and comparison operator.
- Returns:
- The structure representing Platform property filter consisting of value and comparison operator.
-
viewOffNadir
public final ViewOffNadirInput viewOffNadir()
The structure representing ViewOffNadir property filter containing a lower bound and upper bound.
- Returns:
- The structure representing ViewOffNadir property filter containing a lower bound and upper bound.
-
viewSunAzimuth
public final ViewSunAzimuthInput viewSunAzimuth()
The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.
- Returns:
- The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.
-
viewSunElevation
public final ViewSunElevationInput viewSunElevation()
The structure representing ViewSunElevation property filter containing a lower bound and upper bound.
- Returns:
- The structure representing ViewSunElevation property filter containing a lower bound and upper bound.
-
toBuilder
public Property.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Property.Builder,Property>
-
builder
public static Property.Builder builder()
-
serializableBuilderClass
public static Class<? extends Property.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
fromEoCloudCover
public static Property fromEoCloudCover(EoCloudCoverInput eoCloudCover)
Create an instance of this class witheoCloudCover()initialized to the given value.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.
-
fromEoCloudCover
public static Property fromEoCloudCover(Consumer<EoCloudCoverInput.Builder> eoCloudCover)
Create an instance of this class witheoCloudCover()initialized to the given value.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.
-
fromLandsatCloudCoverLand
public static Property fromLandsatCloudCoverLand(LandsatCloudCoverLandInput landsatCloudCoverLand)
Create an instance of this class withlandsatCloudCoverLand()initialized to the given value.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.
-
fromLandsatCloudCoverLand
public static Property fromLandsatCloudCoverLand(Consumer<LandsatCloudCoverLandInput.Builder> landsatCloudCoverLand)
Create an instance of this class withlandsatCloudCoverLand()initialized to the given value.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.
-
fromPlatform
public static Property fromPlatform(PlatformInput platform)
Create an instance of this class withplatform()initialized to the given value.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.
-
fromPlatform
public static Property fromPlatform(Consumer<PlatformInput.Builder> platform)
Create an instance of this class withplatform()initialized to the given value.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.
-
fromViewOffNadir
public static Property fromViewOffNadir(ViewOffNadirInput viewOffNadir)
Create an instance of this class withviewOffNadir()initialized to the given value.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.
-
fromViewOffNadir
public static Property fromViewOffNadir(Consumer<ViewOffNadirInput.Builder> viewOffNadir)
Create an instance of this class withviewOffNadir()initialized to the given value.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.
-
fromViewSunAzimuth
public static Property fromViewSunAzimuth(ViewSunAzimuthInput viewSunAzimuth)
Create an instance of this class withviewSunAzimuth()initialized to the given value.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.
-
fromViewSunAzimuth
public static Property fromViewSunAzimuth(Consumer<ViewSunAzimuthInput.Builder> viewSunAzimuth)
Create an instance of this class withviewSunAzimuth()initialized to the given value.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.
-
fromViewSunElevation
public static Property fromViewSunElevation(ViewSunElevationInput viewSunElevation)
Create an instance of this class withviewSunElevation()initialized to the given value.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.
-
fromViewSunElevation
public static Property fromViewSunElevation(Consumer<ViewSunElevationInput.Builder> viewSunElevation)
Create an instance of this class withviewSunElevation()initialized to the given value.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.
-
type
public Property.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beProperty.Type.UNKNOWN_TO_SDK_VERSIONif the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will beProperty.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
-