Class CreateCustomerSuccessAttachment.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplacepublisher.model.CreateCustomerSuccessAttachment.Builder
-
- Enclosing class:
- CreateCustomerSuccessAttachment
public static class CreateCustomerSuccessAttachment.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateCustomerSuccessAttachment
build()
CreateCustomerSuccessAttachment.Builder
copy(CreateCustomerSuccessAttachment model)
CreateCustomerSuccessAttachment.Builder
customerName(String customerName)
Name of the customerCreateCustomerSuccessAttachment.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
CreateCustomerSuccessAttachment.Builder
description(String description)
CreateCustomerSuccessAttachment.Builder
displayName(String displayName)
CreateCustomerSuccessAttachment.Builder
freeformTags(Map<String,String> freeformTags)
CreateCustomerSuccessAttachment.Builder
listingRevisionId(String listingRevisionId)
CreateCustomerSuccessAttachment.Builder
productCodes(List<String> productCodes)
List of product codes for success storyCreateCustomerSuccessAttachment.Builder
url(String url)
Optional url to success story
-
-
-
Method Detail
-
listingRevisionId
public CreateCustomerSuccessAttachment.Builder listingRevisionId(String listingRevisionId)
-
displayName
public CreateCustomerSuccessAttachment.Builder displayName(String displayName)
-
description
public CreateCustomerSuccessAttachment.Builder description(String description)
-
freeformTags
public CreateCustomerSuccessAttachment.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public CreateCustomerSuccessAttachment.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
customerName
public CreateCustomerSuccessAttachment.Builder customerName(String customerName)
Name of the customer- Parameters:
customerName
- the value to set- Returns:
- this builder
-
url
public CreateCustomerSuccessAttachment.Builder url(String url)
Optional url to success story- Parameters:
url
- the value to set- Returns:
- this builder
-
productCodes
public CreateCustomerSuccessAttachment.Builder productCodes(List<String> productCodes)
List of product codes for success story- Parameters:
productCodes
- the value to set- Returns:
- this builder
-
build
public CreateCustomerSuccessAttachment build()
-
copy
public CreateCustomerSuccessAttachment.Builder copy(CreateCustomerSuccessAttachment model)
-
-