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