Interface ViewSunElevationInput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ViewSunElevationInput.Builder,,- ViewSunElevationInput> - SdkBuilder<ViewSunElevationInput.Builder,,- ViewSunElevationInput> - SdkPojo
- Enclosing class:
- ViewSunElevationInput
@Mutable
@NotThreadSafe
public static interface ViewSunElevationInput.Builder
extends SdkPojo, CopyableBuilder<ViewSunElevationInput.Builder,ViewSunElevationInput> 
- 
Method SummaryModifier and TypeMethodDescriptionlowerBound(Float lowerBound) The lower bound to view the sun elevation.upperBound(Float upperBound) The upper bound to view the sun elevation.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 lower bound to view the sun elevation. - Parameters:
- lowerBound- The lower bound to view the sun elevation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
upperBoundThe upper bound to view the sun elevation. - Parameters:
- upperBound- The upper bound to view the sun elevation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-