Interface DashProgramInformation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DashProgramInformation.Builder,
,DashProgramInformation> SdkBuilder<DashProgramInformation.Builder,
,DashProgramInformation> SdkPojo
- Enclosing class:
DashProgramInformation
@Mutable
@NotThreadSafe
public static interface DashProgramInformation.Builder
extends SdkPojo, CopyableBuilder<DashProgramInformation.Builder,DashProgramInformation>
-
Method Summary
Modifier and TypeMethodDescriptionA copyright statement about the content.languageCode
(String languageCode) The language code for this manifest.moreInformationUrl
(String moreInformationUrl) An absolute URL that contains more information about this content.Information about the content provider.The title for the manifest.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
title
The title for the manifest.
- Parameters:
title
- The title for the manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
Information about the content provider.
- Parameters:
source
- Information about the content provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
copyright
A copyright statement about the content.
- Parameters:
copyright
- A copyright statement about the content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
languageCode
The language code for this manifest.
- Parameters:
languageCode
- The language code for this manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
moreInformationUrl
An absolute URL that contains more information about this content.
- Parameters:
moreInformationUrl
- An absolute URL that contains more information about this content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-