Class CustomerSuccessAttachment.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplacepublisher.model.CustomerSuccessAttachment.Builder
-
- Enclosing class:
- CustomerSuccessAttachment
public static class CustomerSuccessAttachment.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public CustomerSuccessAttachment.Builder id(String id)
-
compartmentId
public CustomerSuccessAttachment.Builder compartmentId(String compartmentId)
-
listingRevisionId
public CustomerSuccessAttachment.Builder listingRevisionId(String listingRevisionId)
-
displayName
public CustomerSuccessAttachment.Builder displayName(String displayName)
-
description
public CustomerSuccessAttachment.Builder description(String description)
-
lifecycleState
public CustomerSuccessAttachment.Builder lifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState)
-
timeCreated
public CustomerSuccessAttachment.Builder timeCreated(Date timeCreated)
-
timeUpdated
public CustomerSuccessAttachment.Builder timeUpdated(Date timeUpdated)
-
freeformTags
public CustomerSuccessAttachment.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public CustomerSuccessAttachment.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
systemTags
public CustomerSuccessAttachment.Builder systemTags(Map<String,Map<String,Object>> systemTags)
-
customerName
public CustomerSuccessAttachment.Builder customerName(String customerName)
Name of the customer- Parameters:
customerName
- the value to set- Returns:
- this builder
-
url
public CustomerSuccessAttachment.Builder url(String url)
Optional url to success story- Parameters:
url
- the value to set- Returns:
- this builder
-
productCodes
public CustomerSuccessAttachment.Builder productCodes(List<String> productCodes)
List of product codes for customer story- Parameters:
productCodes
- the value to set- Returns:
- this builder
-
contentUrl
public CustomerSuccessAttachment.Builder contentUrl(String contentUrl)
URL of the uploaded document.- Parameters:
contentUrl
- the value to set- Returns:
- this builder
-
mimeType
public CustomerSuccessAttachment.Builder mimeType(String mimeType)
The MIME type of the uploaded data.- Parameters:
mimeType
- the value to set- Returns:
- this builder
-
build
public CustomerSuccessAttachment build()
-
copy
public CustomerSuccessAttachment.Builder copy(CustomerSuccessAttachment model)
-
-