public static interface PackageSummary.Builder extends SdkPojo, CopyableBuilder<PackageSummary.Builder,PackageSummary>
| Modifier and Type | Method and Description |
|---|---|
PackageSummary.Builder |
creationDate(Instant creationDate)
The date that the package was created.
|
PackageSummary.Builder |
defaultVersionName(String defaultVersionName)
The name of the default package version.
|
PackageSummary.Builder |
lastModifiedDate(Instant lastModifiedDate)
The date that the package was last updated.
|
PackageSummary.Builder |
packageName(String packageName)
The name for the target software package.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPackageSummary.Builder packageName(String packageName)
The name for the target software package.
packageName - The name for the target software package.PackageSummary.Builder defaultVersionName(String defaultVersionName)
The name of the default package version.
defaultVersionName - The name of the default package version.PackageSummary.Builder creationDate(Instant creationDate)
The date that the package was created.
creationDate - The date that the package was created.PackageSummary.Builder lastModifiedDate(Instant lastModifiedDate)
The date that the package was last updated.
lastModifiedDate - The date that the package was last updated.Copyright © 2023. All rights reserved.