Class UpdateCustomerSuccessAttachment.Builder
- java.lang.Object
- 
- com.oracle.bmc.marketplacepublisher.model.UpdateCustomerSuccessAttachment.Builder
 
- 
- Enclosing class:
- UpdateCustomerSuccessAttachment
 
 public static class UpdateCustomerSuccessAttachment.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateCustomerSuccessAttachmentbuild()UpdateCustomerSuccessAttachment.Buildercopy(UpdateCustomerSuccessAttachment model)UpdateCustomerSuccessAttachment.BuildercustomerName(String customerName)Name of the customerUpdateCustomerSuccessAttachment.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)UpdateCustomerSuccessAttachment.Builderdescription(String description)UpdateCustomerSuccessAttachment.BuilderdisplayName(String displayName)UpdateCustomerSuccessAttachment.BuilderfreeformTags(Map<String,String> freeformTags)UpdateCustomerSuccessAttachment.BuilderproductCodes(List<String> productCodes)List of product codes for success storyUpdateCustomerSuccessAttachment.Builderurl(String url)Optional url to success story
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateCustomerSuccessAttachment.Builder displayName(String displayName) 
 - 
descriptionpublic UpdateCustomerSuccessAttachment.Builder description(String description) 
 - 
freeformTagspublic UpdateCustomerSuccessAttachment.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic UpdateCustomerSuccessAttachment.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
customerNamepublic UpdateCustomerSuccessAttachment.Builder customerName(String customerName) Name of the customer- Parameters:
- customerName- the value to set
- Returns:
- this builder
 
 - 
urlpublic UpdateCustomerSuccessAttachment.Builder url(String url) Optional url to success story- Parameters:
- url- the value to set
- Returns:
- this builder
 
 - 
productCodespublic UpdateCustomerSuccessAttachment.Builder productCodes(List<String> productCodes) List of product codes for success story- Parameters:
- productCodes- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateCustomerSuccessAttachment build() 
 - 
copypublic UpdateCustomerSuccessAttachment.Builder copy(UpdateCustomerSuccessAttachment model) 
 
- 
 
-