Interface DescribeReservationResponse.Builder

  • Method Details

    • reservation

      A pricing agreement for a discounted rate for a specific outbound bandwidth that your MediaConnect account will use each month over a specific time period. The discounted rate in the reservation applies to outbound bandwidth for all flows from your account until your account reaches the amount of bandwidth in your reservation. If you use more outbound bandwidth than the agreed upon amount in a single month, the overage is charged at the on-demand rate.

      Parameters:
      reservation - A pricing agreement for a discounted rate for a specific outbound bandwidth that your MediaConnect account will use each month over a specific time period. The discounted rate in the reservation applies to outbound bandwidth for all flows from your account until your account reaches the amount of bandwidth in your reservation. If you use more outbound bandwidth than the agreed upon amount in a single month, the overage is charged at the on-demand rate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reservation

      A pricing agreement for a discounted rate for a specific outbound bandwidth that your MediaConnect account will use each month over a specific time period. The discounted rate in the reservation applies to outbound bandwidth for all flows from your account until your account reaches the amount of bandwidth in your reservation. If you use more outbound bandwidth than the agreed upon amount in a single month, the overage is charged at the on-demand rate.

      This is a convenience method that creates an instance of the Reservation.Builder avoiding the need to create one manually via Reservation.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to reservation(Reservation).

      Parameters:
      reservation - a consumer that will call methods on Reservation.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: