public static interface DeleteMultiplexProgramResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<DeleteMultiplexProgramResponse.Builder,DeleteMultiplexProgramResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteMultiplexProgramResponse.Builder |
channelId(String channelId)
The MediaLive channel associated with the program.
|
default DeleteMultiplexProgramResponse.Builder |
multiplexProgramSettings(Consumer<MultiplexProgramSettings.Builder> multiplexProgramSettings)
The settings for this multiplex program.
|
DeleteMultiplexProgramResponse.Builder |
multiplexProgramSettings(MultiplexProgramSettings multiplexProgramSettings)
The settings for this multiplex program.
|
default DeleteMultiplexProgramResponse.Builder |
packetIdentifiersMap(Consumer<MultiplexProgramPacketIdentifiersMap.Builder> packetIdentifiersMap)
The packet identifier map for this multiplex program.
|
DeleteMultiplexProgramResponse.Builder |
packetIdentifiersMap(MultiplexProgramPacketIdentifiersMap packetIdentifiersMap)
The packet identifier map for this multiplex program.
|
DeleteMultiplexProgramResponse.Builder |
pipelineDetails(Collection<MultiplexProgramPipelineDetail> pipelineDetails)
Contains information about the current sources for the specified program in the specified multiplex.
|
DeleteMultiplexProgramResponse.Builder |
pipelineDetails(Consumer<MultiplexProgramPipelineDetail.Builder>... pipelineDetails)
Contains information about the current sources for the specified program in the specified multiplex.
|
DeleteMultiplexProgramResponse.Builder |
pipelineDetails(MultiplexProgramPipelineDetail... pipelineDetails)
Contains information about the current sources for the specified program in the specified multiplex.
|
DeleteMultiplexProgramResponse.Builder |
programName(String programName)
The name of the multiplex program.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteMultiplexProgramResponse.Builder channelId(String channelId)
channelId - The MediaLive channel associated with the program.DeleteMultiplexProgramResponse.Builder multiplexProgramSettings(MultiplexProgramSettings multiplexProgramSettings)
multiplexProgramSettings - The settings for this multiplex program.default DeleteMultiplexProgramResponse.Builder multiplexProgramSettings(Consumer<MultiplexProgramSettings.Builder> multiplexProgramSettings)
MultiplexProgramSettings.Builder avoiding the need to create one manually via
MultiplexProgramSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to multiplexProgramSettings(MultiplexProgramSettings).
multiplexProgramSettings - a consumer that will call methods on MultiplexProgramSettings.BuildermultiplexProgramSettings(MultiplexProgramSettings)DeleteMultiplexProgramResponse.Builder packetIdentifiersMap(MultiplexProgramPacketIdentifiersMap packetIdentifiersMap)
packetIdentifiersMap - The packet identifier map for this multiplex program.default DeleteMultiplexProgramResponse.Builder packetIdentifiersMap(Consumer<MultiplexProgramPacketIdentifiersMap.Builder> packetIdentifiersMap)
MultiplexProgramPacketIdentifiersMap.Builder avoiding the need to create one manually via
MultiplexProgramPacketIdentifiersMap.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to packetIdentifiersMap(MultiplexProgramPacketIdentifiersMap).
packetIdentifiersMap - a consumer that will call methods on MultiplexProgramPacketIdentifiersMap.BuilderpacketIdentifiersMap(MultiplexProgramPacketIdentifiersMap)DeleteMultiplexProgramResponse.Builder pipelineDetails(Collection<MultiplexProgramPipelineDetail> pipelineDetails)
pipelineDetails - Contains information about the current sources for the specified program in the specified multiplex.
Keep in mind that each multiplex pipeline connects to both pipelines in a given source channel (the
channel identified by the program). But only one of those channel pipelines is ever active at one
time.DeleteMultiplexProgramResponse.Builder pipelineDetails(MultiplexProgramPipelineDetail... pipelineDetails)
pipelineDetails - Contains information about the current sources for the specified program in the specified multiplex.
Keep in mind that each multiplex pipeline connects to both pipelines in a given source channel (the
channel identified by the program). But only one of those channel pipelines is ever active at one
time.DeleteMultiplexProgramResponse.Builder pipelineDetails(Consumer<MultiplexProgramPipelineDetail.Builder>... pipelineDetails)
MultiplexProgramPipelineDetail.Builder avoiding the
need to create one manually via
MultiplexProgramPipelineDetail.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #pipelineDetails(List.
pipelineDetails - a consumer that will call methods on
MultiplexProgramPipelineDetail.Builder#pipelineDetails(java.util.Collection) DeleteMultiplexProgramResponse.Builder programName(String programName)
programName - The name of the multiplex program.Copyright © 2022. All rights reserved.