Interface BillingViewSegmentTimeRange.Builder

  • Method Details

    • beginDateInclusive

      BillingViewSegmentTimeRange.Builder beginDateInclusive(Instant beginDateInclusive)

      The inclusive start of the time range. This value can't be in the future.

      Parameters:
      beginDateInclusive - The inclusive start of the time range. This value can't be in the future.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endDateExclusive

      BillingViewSegmentTimeRange.Builder endDateExclusive(Instant endDateExclusive)

      The exclusive end of the time range. This value must be after beginDateInclusive.

      Parameters:
      endDateExclusive - The exclusive end of the time range. This value must be after beginDateInclusive.
      Returns:
      Returns a reference to this object so that method calls can be chained together.