Interface BorrowConfiguration.Builder

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

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

    • allowEarlyCheckIn

      BorrowConfiguration.Builder allowEarlyCheckIn(Boolean allowEarlyCheckIn)

      Indicates whether early check-ins are allowed.

      Parameters:
      allowEarlyCheckIn - Indicates whether early check-ins are allowed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxTimeToLiveInMinutes

      BorrowConfiguration.Builder maxTimeToLiveInMinutes(Integer maxTimeToLiveInMinutes)

      Maximum time for the borrow configuration, in minutes.

      Parameters:
      maxTimeToLiveInMinutes - Maximum time for the borrow configuration, in minutes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.