@Stability(value=Stable)
public static interface CfnLicense.BorrowConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.licensemanager.*;
BorrowConfigurationProperty borrowConfigurationProperty = BorrowConfigurationProperty.builder()
.allowEarlyCheckIn(false)
.maxTimeToLiveInMinutes(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLicense.BorrowConfigurationProperty.Builder
A builder for
CfnLicense.BorrowConfigurationProperty |
static class |
CfnLicense.BorrowConfigurationProperty.Jsii$Proxy
An implementation for
CfnLicense.BorrowConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLicense.BorrowConfigurationProperty.Builder |
builder() |
Object |
getAllowEarlyCheckIn()
Indicates whether early check-ins are allowed.
|
Number |
getMaxTimeToLiveInMinutes()
Maximum time for the borrow configuration, in minutes.
|
@Stability(value=Stable) @NotNull Object getAllowEarlyCheckIn()
@Stability(value=Stable) @NotNull Number getMaxTimeToLiveInMinutes()
@Stability(value=Stable) static CfnLicense.BorrowConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.