Interface Range.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Range.Builder,Range>, SdkBuilder<Range.Builder,Range>, SdkPojo
Enclosing class:
Range

public static interface Range.Builder extends SdkPojo, CopyableBuilder<Range.Builder,Range>
  • Method Details

    • value

      Range.Builder value(Integer value)

      The amount of time of the specified unit.

      Parameters:
      value - The amount of time of the specified unit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unit

      Range.Builder unit(String unit)

      The unit of time.

      Parameters:
      unit - The unit of time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • unit

      Range.Builder unit(Unit unit)

      The unit of time.

      Parameters:
      unit - The unit of time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: