Class DashProgramInformation.Builder
java.lang.Object
software.amazon.awscdk.services.mediapackagev2.alpha.DashProgramInformation.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DashProgramInformation>
- Enclosing interface:
DashProgramInformation
@Stability(Experimental)
public static final class DashProgramInformation.Builder
extends Object
implements software.amazon.jsii.Builder<DashProgramInformation>
A builder for
DashProgramInformation-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofDashProgramInformation.getCopyright()languageCode(String languageCode) Sets the value ofDashProgramInformation.getLanguageCode()moreInformationUrl(String moreInformationUrl) Sets the value ofDashProgramInformation.getMoreInformationUrl()Sets the value ofDashProgramInformation.getSource()Sets the value ofDashProgramInformation.getTitle()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
copyright
Sets the value ofDashProgramInformation.getCopyright()- Parameters:
copyright- A copyright statement about the content.- Returns:
this
-
languageCode
Sets the value ofDashProgramInformation.getLanguageCode()- Parameters:
languageCode- The language code for this manifest.- Returns:
this
-
moreInformationUrl
@Stability(Experimental) public DashProgramInformation.Builder moreInformationUrl(String moreInformationUrl) Sets the value ofDashProgramInformation.getMoreInformationUrl()- Parameters:
moreInformationUrl- An absolute URL that contains more information about this content.- Returns:
this
-
source
Sets the value ofDashProgramInformation.getSource()- Parameters:
source- Information about the content provider.- Returns:
this
-
title
Sets the value ofDashProgramInformation.getTitle()- Parameters:
title- The title for the manifest.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DashProgramInformation>- Returns:
- a new instance of
DashProgramInformation - Throws:
NullPointerException- if any required attribute was not provided
-