Interface DescribeMultiplexProgramResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeMultiplexProgramResponse.Builder,,- DescribeMultiplexProgramResponse> - MediaLiveResponse.Builder,- SdkBuilder<DescribeMultiplexProgramResponse.Builder,,- DescribeMultiplexProgramResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeMultiplexProgramResponse
@Mutable
@NotThreadSafe
public static interface DescribeMultiplexProgramResponse.Builder
extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<DescribeMultiplexProgramResponse.Builder,DescribeMultiplexProgramResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe MediaLive channel associated with the program.multiplexProgramSettings(Consumer<MultiplexProgramSettings.Builder> multiplexProgramSettings) The settings for this multiplex program.multiplexProgramSettings(MultiplexProgramSettings multiplexProgramSettings) The settings for this multiplex program.packetIdentifiersMap(Consumer<MultiplexProgramPacketIdentifiersMap.Builder> packetIdentifiersMap) The packet identifier map for this multiplex program.packetIdentifiersMap(MultiplexProgramPacketIdentifiersMap packetIdentifiersMap) The packet identifier map for this multiplex program.pipelineDetails(Collection<MultiplexProgramPipelineDetail> pipelineDetails) Contains information about the current sources for the specified program in the specified multiplex.pipelineDetails(Consumer<MultiplexProgramPipelineDetail.Builder>... pipelineDetails) Contains information about the current sources for the specified program in the specified multiplex.pipelineDetails(MultiplexProgramPipelineDetail... pipelineDetails) Contains information about the current sources for the specified program in the specified multiplex.programName(String programName) The name of the multiplex program.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.medialive.model.MediaLiveResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
channelIdThe 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.
 
- 
multiplexProgramSettingsDescribeMultiplexProgramResponse.Builder multiplexProgramSettings(MultiplexProgramSettings multiplexProgramSettings) The settings for this multiplex program.- Parameters:
- multiplexProgramSettings- The settings for this multiplex program.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
multiplexProgramSettingsdefault DescribeMultiplexProgramResponse.Builder multiplexProgramSettings(Consumer<MultiplexProgramSettings.Builder> multiplexProgramSettings) The settings for this multiplex program. This is a convenience method that creates an instance of theMultiplexProgramSettings.Builderavoiding the need to create one manually viaMultiplexProgramSettings.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomultiplexProgramSettings(MultiplexProgramSettings).- Parameters:
- multiplexProgramSettings- a consumer that will call methods on- MultiplexProgramSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
packetIdentifiersMapDescribeMultiplexProgramResponse.Builder packetIdentifiersMap(MultiplexProgramPacketIdentifiersMap packetIdentifiersMap) The packet identifier map for this multiplex program.- Parameters:
- packetIdentifiersMap- The packet identifier map for this multiplex program.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
packetIdentifiersMapdefault DescribeMultiplexProgramResponse.Builder packetIdentifiersMap(Consumer<MultiplexProgramPacketIdentifiersMap.Builder> packetIdentifiersMap) The packet identifier map for this multiplex program. This is a convenience method that creates an instance of theMultiplexProgramPacketIdentifiersMap.Builderavoiding the need to create one manually viaMultiplexProgramPacketIdentifiersMap.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topacketIdentifiersMap(MultiplexProgramPacketIdentifiersMap).- Parameters:
- packetIdentifiersMap- a consumer that will call methods on- MultiplexProgramPacketIdentifiersMap.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
pipelineDetailsDescribeMultiplexProgramResponse.Builder pipelineDetails(Collection<MultiplexProgramPipelineDetail> 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.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
pipelineDetailsDescribeMultiplexProgramResponse.Builder pipelineDetails(MultiplexProgramPipelineDetail... 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.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
pipelineDetailsDescribeMultiplexProgramResponse.Builder pipelineDetails(Consumer<MultiplexProgramPipelineDetail.Builder>... 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. This is a convenience method that creates an instance of theMultiplexProgramPipelineDetail.Builderavoiding the need to create one manually viaMultiplexProgramPipelineDetail.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topipelineDetails(List<MultiplexProgramPipelineDetail>).- Parameters:
- pipelineDetails- a consumer that will call methods on- MultiplexProgramPipelineDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
programNameThe 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.
 
 
-