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 package version when it was uploaded.
|
PackageVersionHistory.Builder |
createdAt(Instant createdAt)
The date and time when the package was created.
|
PackageVersionHistory.Builder |
packageVersion(String packageVersion)
The package version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPackageVersionHistory.Builder packageVersion(String packageVersion)
The package version.
packageVersion - The package version.PackageVersionHistory.Builder commitMessage(String commitMessage)
A message associated with the package version when it was uploaded.
commitMessage - A message associated with the package version when it was uploaded.PackageVersionHistory.Builder createdAt(Instant createdAt)
The date and time when the package was created.
createdAt - The date and time when the package was created.Copyright © 2022. All rights reserved.