Package com.oracle.bmc.marketplace.model
Class UpdatePublicationDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.marketplace.model.UpdatePublicationDetails.Builder
 
- 
- Enclosing class:
- UpdatePublicationDetails
 
 public static class UpdatePublicationDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdatePublicationDetailsbuild()UpdatePublicationDetails.Buildercopy(UpdatePublicationDetails model)UpdatePublicationDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)The defined tags associated with this resource, if any.UpdatePublicationDetails.BuilderfreeformTags(Map<String,String> freeformTags)The freeform tags associated with this resource, if any.UpdatePublicationDetails.BuilderlongDescription(String longDescription)A long description of the publication to use in the listing.UpdatePublicationDetails.Buildername(String name)The name of the publication, which is also used in the listing.UpdatePublicationDetails.BuildershortDescription(String shortDescription)A short description of the publication to use in the listing.UpdatePublicationDetails.BuildersupportContacts(List<SupportContact> supportContacts)Contact information for getting support from the publisher for the listing.
 
- 
- 
- 
Method Detail- 
namepublic UpdatePublicationDetails.Builder name(String name) The name of the publication, which is also used in the listing.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
shortDescriptionpublic UpdatePublicationDetails.Builder shortDescription(String shortDescription) A short description of the publication to use in the listing.- Parameters:
- shortDescription- the value to set
- Returns:
- this builder
 
 - 
longDescriptionpublic UpdatePublicationDetails.Builder longDescription(String longDescription) A long description of the publication to use in the listing.- Parameters:
- longDescription- the value to set
- Returns:
- this builder
 
 - 
supportContactspublic UpdatePublicationDetails.Builder supportContacts(List<SupportContact> supportContacts) Contact information for getting support from the publisher for the listing.- Parameters:
- supportContacts- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdatePublicationDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) The defined tags associated with this resource, if any.Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdatePublicationDetails.Builder freeformTags(Map<String,String> freeformTags) The freeform tags associated with this resource, if any.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdatePublicationDetails build() 
 - 
copypublic UpdatePublicationDetails.Builder copy(UpdatePublicationDetails model) 
 
- 
 
-