| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static MultiplexProgram.Builder |
MultiplexProgram.builder() |
MultiplexProgram.Builder |
MultiplexProgram.Builder.channelId(String channelId)
The MediaLive channel associated with the program.
|
default MultiplexProgram.Builder |
MultiplexProgram.Builder.multiplexProgramSettings(Consumer<MultiplexProgramSettings.Builder> multiplexProgramSettings)
The settings for this multiplex program.
|
MultiplexProgram.Builder |
MultiplexProgram.Builder.multiplexProgramSettings(MultiplexProgramSettings multiplexProgramSettings)
The settings for this multiplex program.
|
default MultiplexProgram.Builder |
MultiplexProgram.Builder.packetIdentifiersMap(Consumer<MultiplexProgramPacketIdentifiersMap.Builder> packetIdentifiersMap)
The packet identifier map for this multiplex program.
|
MultiplexProgram.Builder |
MultiplexProgram.Builder.packetIdentifiersMap(MultiplexProgramPacketIdentifiersMap packetIdentifiersMap)
The packet identifier map for this multiplex program.
|
MultiplexProgram.Builder |
MultiplexProgram.Builder.pipelineDetails(Collection<MultiplexProgramPipelineDetail> pipelineDetails)
Contains information about the current sources for the specified program in the specified multiplex.
|
MultiplexProgram.Builder |
MultiplexProgram.Builder.pipelineDetails(Consumer<MultiplexProgramPipelineDetail.Builder>... pipelineDetails)
Contains information about the current sources for the specified program in the specified multiplex.
|
MultiplexProgram.Builder |
MultiplexProgram.Builder.pipelineDetails(MultiplexProgramPipelineDetail... pipelineDetails)
Contains information about the current sources for the specified program in the specified multiplex.
|
MultiplexProgram.Builder |
MultiplexProgram.Builder.programName(String programName)
The name of the multiplex program.
|
MultiplexProgram.Builder |
MultiplexProgram.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MultiplexProgram.Builder> |
MultiplexProgram.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateMultiplexProgramResponse.Builder |
UpdateMultiplexProgramResponse.Builder.multiplexProgram(Consumer<MultiplexProgram.Builder> multiplexProgram)
The updated multiplex program.
|
default CreateMultiplexProgramResponse.Builder |
CreateMultiplexProgramResponse.Builder.multiplexProgram(Consumer<MultiplexProgram.Builder> multiplexProgram)
The newly created multiplex program.
|
Copyright © 2022. All rights reserved.