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