Class CreateStreamDistributionChannelDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.mediaservices.model.CreateStreamDistributionChannelDetails.Builder
 
- 
- Enclosing class:
- CreateStreamDistributionChannelDetails
 
 public static class CreateStreamDistributionChannelDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateStreamDistributionChannelDetailsbuild()CreateStreamDistributionChannelDetails.BuildercompartmentId(String compartmentId)Compartment Identifier.CreateStreamDistributionChannelDetails.Buildercopy(CreateStreamDistributionChannelDetails model)CreateStreamDistributionChannelDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.CreateStreamDistributionChannelDetails.BuilderdisplayName(String displayName)Stream Distribution Channel display name.CreateStreamDistributionChannelDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.CreateStreamDistributionChannelDetails.Builderlocks(List<ResourceLock> locks)Locks associated with this resource.
 
- 
- 
- 
Method Detail- 
displayNamepublic CreateStreamDistributionChannelDetails.Builder displayName(String displayName) Stream Distribution Channel display name.Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic CreateStreamDistributionChannelDetails.Builder compartmentId(String compartmentId) Compartment Identifier.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic CreateStreamDistributionChannelDetails.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 CreateStreamDistributionChannelDetails.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
 
 - 
lockspublic CreateStreamDistributionChannelDetails.Builder locks(List<ResourceLock> locks) Locks associated with this resource.- Parameters:
- locks- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateStreamDistributionChannelDetails build() 
 - 
copypublic CreateStreamDistributionChannelDetails.Builder copy(CreateStreamDistributionChannelDetails model) 
 
- 
 
-