Interface MultiplexProgramSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MultiplexProgramSummary.Builder,
,MultiplexProgramSummary> SdkBuilder<MultiplexProgramSummary.Builder,
,MultiplexProgramSummary> SdkPojo
- Enclosing class:
MultiplexProgramSummary
public static interface MultiplexProgramSummary.Builder
extends SdkPojo, CopyableBuilder<MultiplexProgramSummary.Builder,MultiplexProgramSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe MediaLive Channel associated with the program.programName
(String programName) The name of the multiplex program.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, sdkFields
-
Method Details
-
channelId
The MediaLive Channel associated with the program.- Parameters:
channelId
- The MediaLive Channel associated with the program.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
programName
The name of the multiplex program.- Parameters:
programName
- The name of the multiplex program.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-