public static class CreateListingRevisionPackageDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateListingRevisionPackageDetails.Builder listingRevisionId(String listingRevisionId)
The OCID for the listing revision in Marketplace Publisher.
listingRevisionId
- the value to setpublic CreateListingRevisionPackageDetails.Builder packageVersion(String packageVersion)
The version for the package.
packageVersion
- the value to setpublic CreateListingRevisionPackageDetails.Builder displayName(String displayName)
The name for the listing revision package.
displayName
- the value to setpublic CreateListingRevisionPackageDetails.Builder description(String description)
Description for this package.
description
- the value to setpublic CreateListingRevisionPackageDetails.Builder artifactId(String artifactId)
The unique identifier for the artifact.
artifactId
- the value to setpublic CreateListingRevisionPackageDetails.Builder termId(String termId)
The unique identifier for the term.
termId
- the value to setpublic CreateListingRevisionPackageDetails.Builder isDefault(Boolean isDefault)
Identifies that this will be default package for the listing revision.
isDefault
- the value to setpublic CreateListingRevisionPackageDetails.Builder areSecurityUpgradesProvided(Boolean areSecurityUpgradesProvided)
Identifies whether security upgrades will be provided for this package.
areSecurityUpgradesProvided
- the value to setpublic CreateListingRevisionPackageDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic CreateListingRevisionPackageDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic CreateListingRevisionPackageDetails build()
public CreateListingRevisionPackageDetails.Builder copy(CreateListingRevisionPackageDetails model)
Copyright © 2016–2025. All rights reserved.