@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.172Z") @Stability(value=Stable) public interface CfnPackageVersionProps 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.panorama.*;
CfnPackageVersionProps cfnPackageVersionProps = CfnPackageVersionProps.builder()
.packageId("packageId")
.packageVersion("packageVersion")
.patchVersion("patchVersion")
// the properties below are optional
.markLatest(false)
.ownerAccount("ownerAccount")
.updatedLatestPatchVersion("updatedLatestPatchVersion")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPackageVersionProps.Builder
A builder for
CfnPackageVersionProps |
static class |
CfnPackageVersionProps.Jsii$Proxy
An implementation for
CfnPackageVersionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPackageVersionProps.Builder |
builder() |
default Object |
getMarkLatest()
Whether to mark the new version as the latest version.
|
default String |
getOwnerAccount()
An owner account.
|
String |
getPackageId()
A package ID.
|
String |
getPackageVersion()
A package version.
|
String |
getPatchVersion()
A patch version.
|
default String |
getUpdatedLatestPatchVersion()
If the version was marked latest, the new version to maker as latest.
|
@Stability(value=Stable) @NotNull String getPackageId()
@Stability(value=Stable) @NotNull String getPackageVersion()
@Stability(value=Stable) @NotNull String getPatchVersion()
@Stability(value=Stable) @Nullable default Object getMarkLatest()
@Stability(value=Stable) @Nullable default String getOwnerAccount()
@Stability(value=Stable) @Nullable default String getUpdatedLatestPatchVersion()
@Stability(value=Stable) static CfnPackageVersionProps.Builder builder()
CfnPackageVersionProps.Builder of CfnPackageVersionPropsCopyright © 2022. All rights reserved.