public static interface ImagePackage.Builder extends SdkPojo, CopyableBuilder<ImagePackage.Builder,ImagePackage>
| Modifier and Type | Method and Description |
|---|---|
ImagePackage.Builder |
packageName(String packageName)
The name of the package as reported to the operating system package manager.
|
ImagePackage.Builder |
packageVersion(String packageVersion)
The version of the package as reported to the operating system package manager.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImagePackage.Builder packageName(String packageName)
The name of the package as reported to the operating system package manager.
packageName - The name of the package as reported to the operating system package manager.ImagePackage.Builder packageVersion(String packageVersion)
The version of the package as reported to the operating system package manager.
packageVersion - The version of the package as reported to the operating system package manager.Copyright © 2021. All rights reserved.