Class MediaAssetDistributionChannelAttachment.Builder
- java.lang.Object
-
- com.oracle.bmc.mediaservices.model.MediaAssetDistributionChannelAttachment.Builder
-
- Enclosing class:
- MediaAssetDistributionChannelAttachment
public static class MediaAssetDistributionChannelAttachment.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
distributionChannelId
public MediaAssetDistributionChannelAttachment.Builder distributionChannelId(String distributionChannelId)
OCID of associated Distribution Channel.- Parameters:
distributionChannelId
- the value to set- Returns:
- this builder
-
displayName
public 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
-
version
public MediaAssetDistributionChannelAttachment.Builder version(Long version)
Version of the attachment.- Parameters:
version
- the value to set- Returns:
- this builder
-
lifecycleState
public MediaAssetDistributionChannelAttachment.Builder lifecycleState(MediaAssetDistributionChannelAttachment.LifecycleState lifecycleState)
Lifecycle state of the attachment.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
metadataRef
public MediaAssetDistributionChannelAttachment.Builder metadataRef(String metadataRef)
The identifier for the metadata.- Parameters:
metadataRef
- the value to set- Returns:
- this builder
-
mediaWorkflowJobId
public MediaAssetDistributionChannelAttachment.Builder mediaWorkflowJobId(String mediaWorkflowJobId)
The ingest MediaWorkflowJob ID that created this attachment.- Parameters:
mediaWorkflowJobId
- the value to set- Returns:
- this builder
-
locks
public MediaAssetDistributionChannelAttachment.Builder locks(List<ResourceLock> locks)
Locks associated with this resource.- Parameters:
locks
- the value to set- Returns:
- this builder
-
build
public MediaAssetDistributionChannelAttachment build()
-
copy
public MediaAssetDistributionChannelAttachment.Builder copy(MediaAssetDistributionChannelAttachment model)
-
-