Class UpdateListingRevisionPackageDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplacepublisher.model.UpdateListingRevisionPackageDetails.Builder
-
- Enclosing class:
- UpdateListingRevisionPackageDetails
public static class UpdateListingRevisionPackageDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
packageVersion
public UpdateListingRevisionPackageDetails.Builder packageVersion(String packageVersion)
The version for the package.- Parameters:
packageVersion
- the value to set- Returns:
- this builder
-
displayName
public UpdateListingRevisionPackageDetails.Builder displayName(String displayName)
The name for the listing revision package.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
description
public UpdateListingRevisionPackageDetails.Builder description(String description)
The description for this package.- Parameters:
description
- the value to set- Returns:
- this builder
-
artifactId
public UpdateListingRevisionPackageDetails.Builder artifactId(String artifactId)
The unique identifier for the artifact.- Parameters:
artifactId
- the value to set- Returns:
- this builder
-
termId
public UpdateListingRevisionPackageDetails.Builder termId(String termId)
The unique term identifier.- Parameters:
termId
- the value to set- Returns:
- this builder
-
isDefault
public UpdateListingRevisionPackageDetails.Builder isDefault(Boolean isDefault)
Identifies that this will be default package for the listing revision.- Parameters:
isDefault
- the value to set- Returns:
- this builder
-
areSecurityUpgradesProvided
public UpdateListingRevisionPackageDetails.Builder areSecurityUpgradesProvided(Boolean areSecurityUpgradesProvided)
Identifies whether security upgrades will be provided for this package.- Parameters:
areSecurityUpgradesProvided
- the value to set- Returns:
- this builder
-
freeformTags
public 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”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public 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”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public UpdateListingRevisionPackageDetails build()
-
copy
public UpdateListingRevisionPackageDetails.Builder copy(UpdateListingRevisionPackageDetails model)
-
-