Class CreateStreamPackagingConfigDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.mediaservices.model.CreateStreamPackagingConfigDetails.Builder
-
- Enclosing class:
- CreateStreamPackagingConfigDetails
public static class CreateStreamPackagingConfigDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
distributionChannelId
public CreateStreamPackagingConfigDetails.Builder distributionChannelId(String distributionChannelId)
Unique identifier of the Distribution Channel that this stream packaging configuration belongs to.- Parameters:
distributionChannelId
- the value to set- Returns:
- this builder
-
displayName
public CreateStreamPackagingConfigDetails.Builder displayName(String displayName)
The name of the stream Packaging Configuration.Avoid entering confidential information.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
streamPackagingFormat
public CreateStreamPackagingConfigDetails.Builder streamPackagingFormat(CreateStreamPackagingConfigDetails.StreamPackagingFormat streamPackagingFormat)
The output format for the package.- Parameters:
streamPackagingFormat
- the value to set- Returns:
- this builder
-
segmentTimeInSeconds
public CreateStreamPackagingConfigDetails.Builder segmentTimeInSeconds(Integer segmentTimeInSeconds)
The duration in seconds for each fragment.- Parameters:
segmentTimeInSeconds
- the value to set- Returns:
- this builder
-
encryption
public CreateStreamPackagingConfigDetails.Builder encryption(StreamPackagingConfigEncryption encryption)
-
freeformTags
public CreateStreamPackagingConfigDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public CreateStreamPackagingConfigDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
locks
public CreateStreamPackagingConfigDetails.Builder locks(List<ResourceLock> locks)
Locks associated with this resource.- Parameters:
locks
- the value to set- Returns:
- this builder
-
build
public CreateStreamPackagingConfigDetails build()
-
copy
public CreateStreamPackagingConfigDetails.Builder copy(CreateStreamPackagingConfigDetails model)
-
-