Class MediaAssetDistributionChannelAttachment.Builder
- java.lang.Object
- 
- com.oracle.bmc.mediaservices.model.MediaAssetDistributionChannelAttachment.Builder
 
- 
- Enclosing class:
- MediaAssetDistributionChannelAttachment
 
 public static class MediaAssetDistributionChannelAttachment.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
distributionChannelIdpublic MediaAssetDistributionChannelAttachment.Builder distributionChannelId(String distributionChannelId) OCID of associated Distribution Channel.- Parameters:
- distributionChannelId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic MediaAssetDistributionChannelAttachment.Builder displayName(String displayName) A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
versionpublic MediaAssetDistributionChannelAttachment.Builder version(Long version) Version of the attachment.- Parameters:
- version- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic MediaAssetDistributionChannelAttachment.Builder lifecycleState(MediaAssetDistributionChannelAttachment.LifecycleState lifecycleState) Lifecycle state of the attachment.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
metadataRefpublic MediaAssetDistributionChannelAttachment.Builder metadataRef(String metadataRef) The identifier for the metadata.- Parameters:
- metadataRef- the value to set
- Returns:
- this builder
 
 - 
mediaWorkflowJobIdpublic MediaAssetDistributionChannelAttachment.Builder mediaWorkflowJobId(String mediaWorkflowJobId) The ingest MediaWorkflowJob ID that created this attachment.- Parameters:
- mediaWorkflowJobId- the value to set
- Returns:
- this builder
 
 - 
lockspublic MediaAssetDistributionChannelAttachment.Builder locks(List<ResourceLock> locks) Locks associated with this resource.- Parameters:
- locks- the value to set
- Returns:
- this builder
 
 - 
buildpublic MediaAssetDistributionChannelAttachment build() 
 - 
copypublic MediaAssetDistributionChannelAttachment.Builder copy(MediaAssetDistributionChannelAttachment model) 
 
- 
 
-