public static interface PackageVersionHistory.Builder extends SdkPojo, CopyableBuilder<PackageVersionHistory.Builder,PackageVersionHistory>
| Modifier and Type | Method and Description |
|---|---|
PackageVersionHistory.Builder |
commitMessage(String commitMessage)
A message associated with the version.
|
PackageVersionHistory.Builder |
createdAt(Instant createdAt)
Timestamp which tells creation time of the package version.
|
PackageVersionHistory.Builder |
packageVersion(String packageVersion)
Version of the package.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPackageVersionHistory.Builder packageVersion(String packageVersion)
Version of the package.
packageVersion - Version of the package.PackageVersionHistory.Builder commitMessage(String commitMessage)
A message associated with the version.
commitMessage - A message associated with the version.PackageVersionHistory.Builder createdAt(Instant createdAt)
Timestamp which tells creation time of the package version.
createdAt - Timestamp which tells creation time of the package version.Copyright © 2022. All rights reserved.