Class CustomerSuccessAttachment.Builder
- java.lang.Object
- 
- com.oracle.bmc.marketplacepublisher.model.CustomerSuccessAttachment.Builder
 
- 
- Enclosing class:
- CustomerSuccessAttachment
 
 public static class CustomerSuccessAttachment.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic CustomerSuccessAttachment.Builder id(String id) 
 - 
compartmentIdpublic CustomerSuccessAttachment.Builder compartmentId(String compartmentId) 
 - 
listingRevisionIdpublic CustomerSuccessAttachment.Builder listingRevisionId(String listingRevisionId) 
 - 
displayNamepublic CustomerSuccessAttachment.Builder displayName(String displayName) 
 - 
descriptionpublic CustomerSuccessAttachment.Builder description(String description) 
 - 
lifecycleStatepublic CustomerSuccessAttachment.Builder lifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState) 
 - 
timeCreatedpublic CustomerSuccessAttachment.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic CustomerSuccessAttachment.Builder timeUpdated(Date timeUpdated) 
 - 
freeformTagspublic CustomerSuccessAttachment.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic CustomerSuccessAttachment.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
systemTagspublic CustomerSuccessAttachment.Builder systemTags(Map<String,Map<String,Object>> systemTags) 
 - 
customerNamepublic CustomerSuccessAttachment.Builder customerName(String customerName) Name of the customer- Parameters:
- customerName- the value to set
- Returns:
- this builder
 
 - 
urlpublic CustomerSuccessAttachment.Builder url(String url) Optional url to success story- Parameters:
- url- the value to set
- Returns:
- this builder
 
 - 
productCodespublic CustomerSuccessAttachment.Builder productCodes(List<String> productCodes) List of product codes for customer story- Parameters:
- productCodes- the value to set
- Returns:
- this builder
 
 - 
contentUrlpublic CustomerSuccessAttachment.Builder contentUrl(String contentUrl) URL of the uploaded document.- Parameters:
- contentUrl- the value to set
- Returns:
- this builder
 
 - 
mimeTypepublic CustomerSuccessAttachment.Builder mimeType(String mimeType) The MIME type of the uploaded data.- Parameters:
- mimeType- the value to set
- Returns:
- this builder
 
 - 
buildpublic CustomerSuccessAttachment build() 
 - 
copypublic CustomerSuccessAttachment.Builder copy(CustomerSuccessAttachment model) 
 
- 
 
-