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 Details

    • 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.