Class VideoAttachment.Builder
- java.lang.Object
- 
- com.oracle.bmc.marketplacepublisher.model.VideoAttachment.Builder
 
- 
- Enclosing class:
- VideoAttachment
 
 public static class VideoAttachment.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description VideoAttachmentbuild()VideoAttachment.BuildercompartmentId(String compartmentId)VideoAttachment.BuildercontentUrl(String contentUrl)The URL for the video.VideoAttachment.Buildercopy(VideoAttachment model)VideoAttachment.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)VideoAttachment.Builderdescription(String description)VideoAttachment.BuilderdisplayName(String displayName)VideoAttachment.BuilderfreeformTags(Map<String,String> freeformTags)VideoAttachment.Builderid(String id)VideoAttachment.BuilderlifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState)VideoAttachment.BuilderlistingRevisionId(String listingRevisionId)VideoAttachment.BuildersystemTags(Map<String,Map<String,Object>> systemTags)VideoAttachment.BuildertimeCreated(Date timeCreated)VideoAttachment.BuildertimeUpdated(Date timeUpdated)
 
- 
- 
- 
Method Detail- 
idpublic VideoAttachment.Builder id(String id) 
 - 
compartmentIdpublic VideoAttachment.Builder compartmentId(String compartmentId) 
 - 
listingRevisionIdpublic VideoAttachment.Builder listingRevisionId(String listingRevisionId) 
 - 
displayNamepublic VideoAttachment.Builder displayName(String displayName) 
 - 
descriptionpublic VideoAttachment.Builder description(String description) 
 - 
lifecycleStatepublic VideoAttachment.Builder lifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState) 
 - 
timeCreatedpublic VideoAttachment.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic VideoAttachment.Builder timeUpdated(Date timeUpdated) 
 - 
freeformTagspublic VideoAttachment.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic VideoAttachment.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
contentUrlpublic VideoAttachment.Builder contentUrl(String contentUrl) The URL for the video.- Parameters:
- contentUrl- the value to set
- Returns:
- this builder
 
 - 
buildpublic VideoAttachment build() 
 - 
copypublic VideoAttachment.Builder copy(VideoAttachment model) 
 
- 
 
-