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