public static interface BorrowConfiguration.Builder extends SdkPojo, CopyableBuilder<BorrowConfiguration.Builder,BorrowConfiguration>
| Modifier and Type | Method and Description |
|---|---|
BorrowConfiguration.Builder |
allowEarlyCheckIn(Boolean allowEarlyCheckIn)
Indicates whether early check-ins are allowed.
|
BorrowConfiguration.Builder |
maxTimeToLiveInMinutes(Integer maxTimeToLiveInMinutes)
Maximum time for the borrow configuration, in minutes.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBorrowConfiguration.Builder allowEarlyCheckIn(Boolean allowEarlyCheckIn)
Indicates whether early check-ins are allowed.
allowEarlyCheckIn - Indicates whether early check-ins are allowed.BorrowConfiguration.Builder maxTimeToLiveInMinutes(Integer maxTimeToLiveInMinutes)
Maximum time for the borrow configuration, in minutes.
maxTimeToLiveInMinutes - Maximum time for the borrow configuration, in minutes.Copyright © 2023. All rights reserved.