Interface DateTimeRange.Builder

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

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

    • from

      The starting date and time of a time range.

      Parameters:
      from - The starting date and time of a time range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • to

      The ending date and time of a time range.

      Parameters:
      to - The ending date and time of a time range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.