public static class VideoAttachment.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VideoAttachment |
build() |
VideoAttachment.Builder |
compartmentId(String compartmentId) |
VideoAttachment.Builder |
contentUrl(String contentUrl)
The URL for the video.
|
VideoAttachment.Builder |
copy(VideoAttachment model) |
VideoAttachment.Builder |
definedTags(Map<String,Map<String,Object>> definedTags) |
VideoAttachment.Builder |
description(String description) |
VideoAttachment.Builder |
displayName(String displayName) |
VideoAttachment.Builder |
freeformTags(Map<String,String> freeformTags) |
VideoAttachment.Builder |
id(String id) |
VideoAttachment.Builder |
lifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState) |
VideoAttachment.Builder |
listingRevisionId(String listingRevisionId) |
VideoAttachment.Builder |
systemTags(Map<String,Map<String,Object>> systemTags) |
VideoAttachment.Builder |
timeCreated(Date timeCreated) |
VideoAttachment.Builder |
timeUpdated(Date timeUpdated) |
public VideoAttachment.Builder id(String id)
public VideoAttachment.Builder compartmentId(String compartmentId)
public VideoAttachment.Builder listingRevisionId(String listingRevisionId)
public VideoAttachment.Builder displayName(String displayName)
public VideoAttachment.Builder description(String description)
public VideoAttachment.Builder lifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState)
public VideoAttachment.Builder timeCreated(Date timeCreated)
public VideoAttachment.Builder timeUpdated(Date timeUpdated)
public VideoAttachment.Builder freeformTags(Map<String,String> freeformTags)
public VideoAttachment.Builder contentUrl(String contentUrl)
The URL for the video.
contentUrl
- the value to setpublic VideoAttachment build()
public VideoAttachment.Builder copy(VideoAttachment model)
Copyright © 2016–2024. All rights reserved.