Interface ViewSunElevationInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ViewSunElevationInput.Builder,ViewSunElevationInput>,SdkBuilder<ViewSunElevationInput.Builder,ViewSunElevationInput>,SdkPojo
- Enclosing class:
- ViewSunElevationInput
public static interface ViewSunElevationInput.Builder extends SdkPojo, CopyableBuilder<ViewSunElevationInput.Builder,ViewSunElevationInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ViewSunElevationInput.BuilderlowerBound(Float lowerBound)The lower bound to view the sun elevation.ViewSunElevationInput.BuilderupperBound(Float upperBound)The upper bound to view the sun elevation.-
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
ViewSunElevationInput.Builder lowerBound(Float lowerBound)
The 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.
-
upperBound
ViewSunElevationInput.Builder upperBound(Float upperBound)
The 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.
-
-