public static interface CreateProgramResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<CreateProgramResponse.Builder,CreateProgramResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateProgramResponse.Builder |
adBreaks(AdBreak... adBreaks)
The ad break configuration settings.
|
CreateProgramResponse.Builder |
adBreaks(Collection<AdBreak> adBreaks)
The ad break configuration settings.
|
CreateProgramResponse.Builder |
adBreaks(Consumer<AdBreak.Builder>... adBreaks)
The ad break configuration settings.
|
CreateProgramResponse.Builder |
arn(String arn)
The ARN of the program.
|
CreateProgramResponse.Builder |
channelName(String channelName)
The name of the channel that the program belongs to.
|
CreateProgramResponse.Builder |
creationTime(Instant creationTime)
The timestamp of when the program was created.
|
CreateProgramResponse.Builder |
programName(String programName)
The name of the program.
|
CreateProgramResponse.Builder |
sourceLocationName(String sourceLocationName)
The source location name.
|
CreateProgramResponse.Builder |
vodSourceName(String vodSourceName)
The name that's used to refer to a VOD source.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateProgramResponse.Builder adBreaks(Collection<AdBreak> adBreaks)
The ad break configuration settings.
adBreaks - The ad break configuration settings.CreateProgramResponse.Builder adBreaks(AdBreak... adBreaks)
The ad break configuration settings.
adBreaks - The ad break configuration settings.CreateProgramResponse.Builder adBreaks(Consumer<AdBreak.Builder>... adBreaks)
The ad break configuration settings.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #adBreaks(List) .adBreaks - a consumer that will call methods on List.Builder #adBreaks(List) CreateProgramResponse.Builder arn(String arn)
The ARN of the program.
arn - The ARN of the program.CreateProgramResponse.Builder channelName(String channelName)
The name of the channel that the program belongs to.
channelName - The name of the channel that the program belongs to.CreateProgramResponse.Builder creationTime(Instant creationTime)
The timestamp of when the program was created.
creationTime - The timestamp of when the program was created.CreateProgramResponse.Builder programName(String programName)
The name of the program.
programName - The name of the program.CreateProgramResponse.Builder sourceLocationName(String sourceLocationName)
The source location name.
sourceLocationName - The source location name.CreateProgramResponse.Builder vodSourceName(String vodSourceName)
The name that's used to refer to a VOD source.
vodSourceName - The name that's used to refer to a VOD source.Copyright © 2021. All rights reserved.