Class StreamPackagingConfigSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.mediaservices.model.StreamPackagingConfigSummary.Builder
 
- 
- Enclosing class:
- StreamPackagingConfigSummary
 
 public static class StreamPackagingConfigSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamPackagingConfigSummarybuild()StreamPackagingConfigSummary.BuildercompartmentId(String compartmentId)Compartment Identifier.StreamPackagingConfigSummary.Buildercopy(StreamPackagingConfigSummary model)StreamPackagingConfigSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.StreamPackagingConfigSummary.BuilderdisplayName(String displayName)Stream Packaging Configuration display name.StreamPackagingConfigSummary.BuilderdistributionChannelId(String distributionChannelId)Unique identifier of the distribution channel that this stream packaging configuration belongs to.StreamPackagingConfigSummary.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.StreamPackagingConfigSummary.Builderid(String id)Unique identifier that is immutable on creation.StreamPackagingConfigSummary.BuilderlifecycleState(StreamPackagingConfig.LifecycleState lifecycleState)The current state of the Distribution Channel.StreamPackagingConfigSummary.Builderlocks(List<ResourceLock> locks)Locks associated with this resource.StreamPackagingConfigSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.StreamPackagingConfigSummary.BuildertimeCreated(Date timeCreated)The time when the Distribution Channel was created.StreamPackagingConfigSummary.BuildertimeUpdated(Date timeUpdated)The time when the Distribution Channel was updated.
 
- 
- 
- 
Method Detail- 
idpublic StreamPackagingConfigSummary.Builder id(String id) Unique identifier that is immutable on creation.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic StreamPackagingConfigSummary.Builder compartmentId(String compartmentId) Compartment Identifier.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
distributionChannelIdpublic 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
 
 - 
displayNamepublic StreamPackagingConfigSummary.Builder displayName(String displayName) Stream Packaging Configuration display name.Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic 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
 
 - 
timeUpdatedpublic 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
 
 - 
lifecycleStatepublic StreamPackagingConfigSummary.Builder lifecycleState(StreamPackagingConfig.LifecycleState lifecycleState) The current state of the Distribution Channel.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic 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
 
 - 
definedTagspublic 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
 
 - 
systemTagspublic 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
 
 - 
lockspublic StreamPackagingConfigSummary.Builder locks(List<ResourceLock> locks) Locks associated with this resource.- Parameters:
- locks- the value to set
- Returns:
- this builder
 
 - 
buildpublic StreamPackagingConfigSummary build() 
 - 
copypublic StreamPackagingConfigSummary.Builder copy(StreamPackagingConfigSummary model) 
 
- 
 
-