Interface ViewSunAzimuthInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ViewSunAzimuthInput.Builder,ViewSunAzimuthInput>,SdkBuilder<ViewSunAzimuthInput.Builder,ViewSunAzimuthInput>,SdkPojo
- Enclosing class:
- ViewSunAzimuthInput
public static interface ViewSunAzimuthInput.Builder extends SdkPojo, CopyableBuilder<ViewSunAzimuthInput.Builder,ViewSunAzimuthInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ViewSunAzimuthInput.BuilderlowerBound(Float lowerBound)The minimum value for ViewSunAzimuth property filter.ViewSunAzimuthInput.BuilderupperBound(Float upperBound)The maximum value for ViewSunAzimuth property filter.-
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, sdkFields
-
-
-
-
Method Detail
-
lowerBound
ViewSunAzimuthInput.Builder lowerBound(Float lowerBound)
The minimum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth greater than or equal to this value.
- Parameters:
lowerBound- The minimum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth greater than or equal to this value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
upperBound
ViewSunAzimuthInput.Builder upperBound(Float upperBound)
The maximum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth lesser than or equal to this value.
- Parameters:
upperBound- The maximum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth lesser than or equal to this value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-