@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.412Z") @Stability(value=Experimental) public interface LicenseOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LicenseOptions.Builder
A builder for
LicenseOptions |
static class |
LicenseOptions.Jsii$Proxy
An implementation for
LicenseOptions |
| Modifier and Type | Method and Description |
|---|---|
static LicenseOptions.Builder |
builder() |
default String |
getCopyrightOwner()
(experimental) Copyright owner.
|
default String |
getCopyrightPeriod()
(experimental) Period of license (e.g.
|
String |
getSpdx()
(experimental) License type (SPDX).
|
@Stability(value=Experimental) @NotNull String getSpdx()
for list of supported licenses@Stability(value=Experimental) @Nullable default String getCopyrightOwner()
If the license text has $copyright_owner, this option must be specified.
Default: -
@Stability(value=Experimental) @Nullable default String getCopyrightPeriod()
The string $copyright_period will be substituted with this string.
Default: - current year (e.g. "2020")
@Stability(value=Experimental) static LicenseOptions.Builder builder()
LicenseOptions.Builder of LicenseOptionsCopyright © 2021. All rights reserved.