public static class OrchestrationListingPackage.Builder extends Object
Constructor and Description |
---|
Builder() |
public OrchestrationListingPackage.Builder description(String description)
public OrchestrationListingPackage.Builder listingId(String listingId)
public OrchestrationListingPackage.Builder version(String version)
public OrchestrationListingPackage.Builder pricing(PricingModel pricing)
public OrchestrationListingPackage.Builder resourceId(String resourceId)
public OrchestrationListingPackage.Builder timeCreated(Date timeCreated)
public OrchestrationListingPackage.Builder operatingSystem(OperatingSystem operatingSystem)
public OrchestrationListingPackage.Builder resourceLink(String resourceLink)
Link to the orchestration resource.
resourceLink
- the value to setpublic OrchestrationListingPackage.Builder variables(List<OrchestrationVariable> variables)
List of variables for the orchestration resource.
variables
- the value to setpublic OrchestrationListingPackage.Builder regions(List<Region> regions)
The regions where you can deploy this listing package. (Some packages have restrictions that limit their deployment to United States regions only.)
regions
- the value to setpublic OrchestrationListingPackage build()
public OrchestrationListingPackage.Builder copy(OrchestrationListingPackage model)
Copyright © 2016–2023. All rights reserved.