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