@Stability(value=Stable) public static final class CfnLicense.BorrowConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLicense.BorrowConfigurationProperty>
CfnLicense.BorrowConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLicense.BorrowConfigurationProperty.Builder |
allowEarlyCheckIn(Boolean allowEarlyCheckIn)
Sets the value of
CfnLicense.BorrowConfigurationProperty.getAllowEarlyCheckIn() |
CfnLicense.BorrowConfigurationProperty.Builder |
allowEarlyCheckIn(IResolvable allowEarlyCheckIn)
Sets the value of
CfnLicense.BorrowConfigurationProperty.getAllowEarlyCheckIn() |
CfnLicense.BorrowConfigurationProperty |
build()
Builds the configured instance.
|
CfnLicense.BorrowConfigurationProperty.Builder |
maxTimeToLiveInMinutes(Number maxTimeToLiveInMinutes)
Sets the value of
CfnLicense.BorrowConfigurationProperty.getMaxTimeToLiveInMinutes() |
@Stability(value=Stable) public CfnLicense.BorrowConfigurationProperty.Builder allowEarlyCheckIn(Boolean allowEarlyCheckIn)
CfnLicense.BorrowConfigurationProperty.getAllowEarlyCheckIn()allowEarlyCheckIn - Indicates whether early check-ins are allowed. This parameter is required.this@Stability(value=Stable) public CfnLicense.BorrowConfigurationProperty.Builder allowEarlyCheckIn(IResolvable allowEarlyCheckIn)
CfnLicense.BorrowConfigurationProperty.getAllowEarlyCheckIn()allowEarlyCheckIn - Indicates whether early check-ins are allowed. This parameter is required.this@Stability(value=Stable) public CfnLicense.BorrowConfigurationProperty.Builder maxTimeToLiveInMinutes(Number maxTimeToLiveInMinutes)
CfnLicense.BorrowConfigurationProperty.getMaxTimeToLiveInMinutes()maxTimeToLiveInMinutes - Maximum time for the borrow configuration, in minutes. This parameter is required.this@Stability(value=Stable) public CfnLicense.BorrowConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnLicense.BorrowConfigurationProperty>CfnLicense.BorrowConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.