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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MultiplexProgramSummary.BuilderchannelId(String channelId)The MediaLive Channel associated with the program.MultiplexProgramSummary.BuilderprogramName(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
channelId
MultiplexProgramSummary.Builder channelId(String 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
MultiplexProgramSummary.Builder programName(String 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.
-
-