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