public static class ScreenShotAttachment.Builder extends Object
Constructor and Description |
---|
Builder() |
public ScreenShotAttachment.Builder id(String id)
public ScreenShotAttachment.Builder compartmentId(String compartmentId)
public ScreenShotAttachment.Builder listingRevisionId(String listingRevisionId)
public ScreenShotAttachment.Builder displayName(String displayName)
public ScreenShotAttachment.Builder description(String description)
public ScreenShotAttachment.Builder lifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState)
public ScreenShotAttachment.Builder timeCreated(Date timeCreated)
public ScreenShotAttachment.Builder timeUpdated(Date timeUpdated)
public ScreenShotAttachment.Builder freeformTags(Map<String,String> freeformTags)
public ScreenShotAttachment.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public ScreenShotAttachment.Builder systemTags(Map<String,Map<String,Object>> systemTags)
public ScreenShotAttachment.Builder contentUrl(String contentUrl)
URL of the uploaded document.
contentUrl
- the value to setpublic ScreenShotAttachment.Builder mimeType(String mimeType)
The MIME type of the uploaded data.
mimeType
- the value to setpublic ScreenShotAttachment build()
public ScreenShotAttachment.Builder copy(ScreenShotAttachment model)
Copyright © 2016–2024. All rights reserved.