@Stability(value=Stable) public static final class CfnPackageVersionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnPackageVersionProps>
CfnPackageVersionProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnPackageVersionProps.Builder packageId(String packageId)
CfnPackageVersionProps.getPackageId()packageId - A package ID. This parameter is required.this@Stability(value=Stable) public CfnPackageVersionProps.Builder packageVersion(String packageVersion)
CfnPackageVersionProps.getPackageVersion()packageVersion - A package version. This parameter is required.this@Stability(value=Stable) public CfnPackageVersionProps.Builder patchVersion(String patchVersion)
CfnPackageVersionProps.getPatchVersion()patchVersion - A patch version. This parameter is required.this@Stability(value=Stable) public CfnPackageVersionProps.Builder markLatest(Boolean markLatest)
CfnPackageVersionProps.getMarkLatest()markLatest - Whether to mark the new version as the latest version.this@Stability(value=Stable) public CfnPackageVersionProps.Builder markLatest(IResolvable markLatest)
CfnPackageVersionProps.getMarkLatest()markLatest - Whether to mark the new version as the latest version.this@Stability(value=Stable) public CfnPackageVersionProps.Builder ownerAccount(String ownerAccount)
CfnPackageVersionProps.getOwnerAccount()ownerAccount - An owner account.this@Stability(value=Stable) public CfnPackageVersionProps.Builder updatedLatestPatchVersion(String updatedLatestPatchVersion)
CfnPackageVersionProps.getUpdatedLatestPatchVersion()updatedLatestPatchVersion - If the version was marked latest, the new version to maker as latest.this@Stability(value=Stable) public CfnPackageVersionProps build()
build in interface software.amazon.jsii.Builder<CfnPackageVersionProps>CfnPackageVersionPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.