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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BorrowConfiguration.BuilderallowEarlyCheckIn(Boolean allowEarlyCheckIn)Indicates whether early check-ins are allowed.BorrowConfiguration.BuildermaxTimeToLiveInMinutes(Integer maxTimeToLiveInMinutes)Maximum time for the borrow configuration, in minutes.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-