Interface ModificationReservationUpdate.Builder

  • Method Details

    • newCommitmentEndDate

      ModificationReservationUpdate.Builder newCommitmentEndDate(Instant newCommitmentEndDate)

      The date and time at which the commitment duration will expire after the modification, in the ISO8601 format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ).

      Parameters:
      newCommitmentEndDate - The date and time at which the commitment duration will expire after the modification, in the ISO8601 format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • newStartDate

      ModificationReservationUpdate.Builder newStartDate(Instant newStartDate)

      The start date that the Capacity Reservation will have after the modification, in the ISO8601 format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ).

      Parameters:
      newStartDate - The start date that the Capacity Reservation will have after the modification, in the ISO8601 format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • newCommitmentDuration

      ModificationReservationUpdate.Builder newCommitmentDuration(Integer newCommitmentDuration)

      The commitment duration, in seconds, that the Capacity Reservation will have after the modification.

      Parameters:
      newCommitmentDuration - The commitment duration, in seconds, that the Capacity Reservation will have after the modification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.