Class StreamPackagingConfigSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.mediaservices.model.StreamPackagingConfigSummary.Builder
-
- Enclosing class:
- StreamPackagingConfigSummary
public static class StreamPackagingConfigSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamPackagingConfigSummary
build()
StreamPackagingConfigSummary.Builder
compartmentId(String compartmentId)
Compartment Identifier.StreamPackagingConfigSummary.Builder
copy(StreamPackagingConfigSummary model)
StreamPackagingConfigSummary.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.StreamPackagingConfigSummary.Builder
displayName(String displayName)
Stream Packaging Configuration display name.StreamPackagingConfigSummary.Builder
distributionChannelId(String distributionChannelId)
Unique identifier of the distribution channel that this stream packaging configuration belongs to.StreamPackagingConfigSummary.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.StreamPackagingConfigSummary.Builder
id(String id)
Unique identifier that is immutable on creation.StreamPackagingConfigSummary.Builder
lifecycleState(StreamPackagingConfig.LifecycleState lifecycleState)
The current state of the Distribution Channel.StreamPackagingConfigSummary.Builder
locks(List<ResourceLock> locks)
Locks associated with this resource.StreamPackagingConfigSummary.Builder
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.StreamPackagingConfigSummary.Builder
timeCreated(Date timeCreated)
The time when the Distribution Channel was created.StreamPackagingConfigSummary.Builder
timeUpdated(Date timeUpdated)
The time when the Distribution Channel was updated.
-
-
-
Method Detail
-
id
public StreamPackagingConfigSummary.Builder id(String id)
Unique identifier that is immutable on creation.- Parameters:
id
- the value to set- Returns:
- this builder
-
compartmentId
public StreamPackagingConfigSummary.Builder compartmentId(String compartmentId)
Compartment Identifier.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
distributionChannelId
public StreamPackagingConfigSummary.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 StreamPackagingConfigSummary.Builder displayName(String displayName)
Stream Packaging Configuration display name.Avoid entering confidential information.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
timeCreated
public StreamPackagingConfigSummary.Builder timeCreated(Date timeCreated)
The time when the Distribution Channel was created.An RFC3339 formatted datetime string.
- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeUpdated
public StreamPackagingConfigSummary.Builder timeUpdated(Date timeUpdated)
The time when the Distribution Channel was updated.An RFC3339 formatted datetime string.
- Parameters:
timeUpdated
- the value to set- Returns:
- this builder
-
lifecycleState
public StreamPackagingConfigSummary.Builder lifecycleState(StreamPackagingConfig.LifecycleState lifecycleState)
The current state of the Distribution Channel.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
freeformTags
public StreamPackagingConfigSummary.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 StreamPackagingConfigSummary.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
-
systemTags
public StreamPackagingConfigSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
- Parameters:
systemTags
- the value to set- Returns:
- this builder
-
locks
public StreamPackagingConfigSummary.Builder locks(List<ResourceLock> locks)
Locks associated with this resource.- Parameters:
locks
- the value to set- Returns:
- this builder
-
build
public StreamPackagingConfigSummary build()
-
copy
public StreamPackagingConfigSummary.Builder copy(StreamPackagingConfigSummary model)
-
-