public static class UpdateListingRevisionPackageDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateListingRevisionPackageDetails.Builder packageVersion(String packageVersion)
The version for the package.
packageVersion
- the value to setpublic UpdateListingRevisionPackageDetails.Builder displayName(String displayName)
The name for the listing revision package.
displayName
- the value to setpublic UpdateListingRevisionPackageDetails.Builder description(String description)
The description for this package.
description
- the value to setpublic UpdateListingRevisionPackageDetails.Builder artifactId(String artifactId)
The unique identifier for the artifact.
artifactId
- the value to setpublic UpdateListingRevisionPackageDetails.Builder termId(String termId)
The unique term identifier.
termId
- the value to setpublic UpdateListingRevisionPackageDetails.Builder isDefault(Boolean isDefault)
Identifies that this will be default package for the listing revision.
isDefault
- the value to setpublic UpdateListingRevisionPackageDetails.Builder areSecurityUpgradesProvided(Boolean areSecurityUpgradesProvided)
Identifies whether security upgrades will be provided for this package.
areSecurityUpgradesProvided
- the value to setpublic UpdateListingRevisionPackageDetails.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 UpdateListingRevisionPackageDetails.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 UpdateListingRevisionPackageDetails build()
public UpdateListingRevisionPackageDetails.Builder copy(UpdateListingRevisionPackageDetails model)
Copyright © 2016–2025. All rights reserved.