public static interface UpdateMultiplexProgramRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<UpdateMultiplexProgramRequest.Builder,UpdateMultiplexProgramRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateMultiplexProgramRequest.Builder |
multiplexId(String multiplexId)
The ID of the multiplex of the program to update.
|
default UpdateMultiplexProgramRequest.Builder |
multiplexProgramSettings(Consumer<MultiplexProgramSettings.Builder> multiplexProgramSettings)
The new settings for a multiplex program.
|
UpdateMultiplexProgramRequest.Builder |
multiplexProgramSettings(MultiplexProgramSettings multiplexProgramSettings)
The new settings for a multiplex program.
|
UpdateMultiplexProgramRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateMultiplexProgramRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateMultiplexProgramRequest.Builder |
programName(String programName)
The name of the program to update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateMultiplexProgramRequest.Builder multiplexId(String multiplexId)
multiplexId - The ID of the multiplex of the program to update.UpdateMultiplexProgramRequest.Builder multiplexProgramSettings(MultiplexProgramSettings multiplexProgramSettings)
multiplexProgramSettings - The new settings for a multiplex program.default UpdateMultiplexProgramRequest.Builder multiplexProgramSettings(Consumer<MultiplexProgramSettings.Builder> multiplexProgramSettings)
MultiplexProgramSettings.Builder avoiding the need to create one manually via
MultiplexProgramSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to multiplexProgramSettings(MultiplexProgramSettings).
multiplexProgramSettings - a consumer that will call methods on MultiplexProgramSettings.BuildermultiplexProgramSettings(MultiplexProgramSettings)UpdateMultiplexProgramRequest.Builder programName(String programName)
programName - The name of the program to update.UpdateMultiplexProgramRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateMultiplexProgramRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.