public static interface UpdateMultiplexProgramResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<UpdateMultiplexProgramResponse.Builder,UpdateMultiplexProgramResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateMultiplexProgramResponse.Builder |
multiplexProgram(Consumer<MultiplexProgram.Builder> multiplexProgram)
The updated multiplex program.
|
UpdateMultiplexProgramResponse.Builder |
multiplexProgram(MultiplexProgram multiplexProgram)
The updated multiplex program.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateMultiplexProgramResponse.Builder multiplexProgram(MultiplexProgram multiplexProgram)
multiplexProgram - The updated multiplex program.default UpdateMultiplexProgramResponse.Builder multiplexProgram(Consumer<MultiplexProgram.Builder> multiplexProgram)
MultiplexProgram.Builder avoiding the need to create one manually via
MultiplexProgram.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to multiplexProgram(MultiplexProgram).
multiplexProgram - a consumer that will call methods on MultiplexProgram.BuildermultiplexProgram(MultiplexProgram)Copyright © 2022. All rights reserved.