public static class ImagePublicationPackage.Builder extends Object
Constructor and Description |
---|
Builder() |
public ImagePublicationPackage.Builder description(String description)
public ImagePublicationPackage.Builder listingId(String listingId)
public ImagePublicationPackage.Builder version(String version)
public ImagePublicationPackage.Builder resourceId(String resourceId)
public ImagePublicationPackage.Builder timeCreated(Date timeCreated)
public ImagePublicationPackage.Builder operatingSystem(OperatingSystem operatingSystem)
public ImagePublicationPackage.Builder appCatalogListingId(String appCatalogListingId)
The ID of the listing resource associated with this publication package. For more information, see AppCatalogListing in the Core Services API.
appCatalogListingId
- the value to setpublic ImagePublicationPackage.Builder appCatalogListingResourceVersion(String appCatalogListingResourceVersion)
The resource version of the listing resource associated with this publication package.
appCatalogListingResourceVersion
- the value to setpublic ImagePublicationPackage.Builder imageId(String imageId)
The ID of the image that corresponds to the package.
imageId
- the value to setpublic ImagePublicationPackage build()
public ImagePublicationPackage.Builder copy(ImagePublicationPackage model)
Copyright © 2016–2024. All rights reserved.