public static interface PackageVersionSummary.Builder extends SdkPojo, CopyableBuilder<PackageVersionSummary.Builder,PackageVersionSummary>
| Modifier and Type | Method and Description |
|---|---|
PackageVersionSummary.Builder |
creationDate(Instant creationDate)
The date that the package version was created.
|
PackageVersionSummary.Builder |
lastModifiedDate(Instant lastModifiedDate)
The date that the package version was last updated.
|
PackageVersionSummary.Builder |
packageName(String packageName)
The name of the associated software package.
|
PackageVersionSummary.Builder |
status(PackageVersionStatus status)
The status of the package version.
|
PackageVersionSummary.Builder |
status(String status)
The status of the package version.
|
PackageVersionSummary.Builder |
versionName(String versionName)
The name of the target package version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPackageVersionSummary.Builder packageName(String packageName)
The name of the associated software package.
packageName - The name of the associated software package.PackageVersionSummary.Builder versionName(String versionName)
The name of the target package version.
versionName - The name of the target package version.PackageVersionSummary.Builder status(String status)
The status of the package version. For more information, see Package version lifecycle.
status - The status of the package version. For more information, see Package version lifecycle.PackageVersionStatus,
PackageVersionStatusPackageVersionSummary.Builder status(PackageVersionStatus status)
The status of the package version. For more information, see Package version lifecycle.
status - The status of the package version. For more information, see Package version lifecycle.PackageVersionStatus,
PackageVersionStatusPackageVersionSummary.Builder creationDate(Instant creationDate)
The date that the package version was created.
creationDate - The date that the package version was created.PackageVersionSummary.Builder lastModifiedDate(Instant lastModifiedDate)
The date that the package version was last updated.
lastModifiedDate - The date that the package version was last updated.Copyright © 2023. All rights reserved.