Interface Duration.Builder

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

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

    • unit

      A unit of time.

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

      A unit of time.

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

      Duration.Builder value(Long value)

      A number of time units.

      Parameters:
      value - A number of time units.
      Returns:
      Returns a reference to this object so that method calls can be chained together.