Interface ViewSunAzimuthInput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ViewSunAzimuthInput.Builder,,- ViewSunAzimuthInput> - SdkBuilder<ViewSunAzimuthInput.Builder,,- ViewSunAzimuthInput> - SdkPojo
- Enclosing class:
- ViewSunAzimuthInput
@Mutable
@NotThreadSafe
public static interface ViewSunAzimuthInput.Builder
extends SdkPojo, CopyableBuilder<ViewSunAzimuthInput.Builder,ViewSunAzimuthInput> 
- 
Method SummaryModifier and TypeMethodDescriptionlowerBound(Float lowerBound) The minimum value for ViewSunAzimuth property filter.upperBound(Float upperBound) The maximum value for ViewSunAzimuth property filter.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
lowerBoundThe 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.
 
- 
upperBoundThe 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.
 
 
-