public static interface ListMultiplexProgramsResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<ListMultiplexProgramsResponse.Builder,ListMultiplexProgramsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMultiplexProgramsResponse.Builder |
multiplexPrograms(Collection<MultiplexProgramSummary> multiplexPrograms)
List of multiplex programs.
|
ListMultiplexProgramsResponse.Builder |
multiplexPrograms(Consumer<MultiplexProgramSummary.Builder>... multiplexPrograms)
List of multiplex programs.
|
ListMultiplexProgramsResponse.Builder |
multiplexPrograms(MultiplexProgramSummary... multiplexPrograms)
List of multiplex programs.
|
ListMultiplexProgramsResponse.Builder |
nextToken(String nextToken)
Token for the next ListMultiplexProgram request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMultiplexProgramsResponse.Builder multiplexPrograms(Collection<MultiplexProgramSummary> multiplexPrograms)
multiplexPrograms - List of multiplex programs.ListMultiplexProgramsResponse.Builder multiplexPrograms(MultiplexProgramSummary... multiplexPrograms)
multiplexPrograms - List of multiplex programs.ListMultiplexProgramsResponse.Builder multiplexPrograms(Consumer<MultiplexProgramSummary.Builder>... multiplexPrograms)
MultiplexProgramSummary.Builder avoiding the need to
create one manually via
MultiplexProgramSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #multiplexPrograms(List.
multiplexPrograms - a consumer that will call methods on
MultiplexProgramSummary.Builder#multiplexPrograms(java.util.Collection) ListMultiplexProgramsResponse.Builder nextToken(String nextToken)
nextToken - Token for the next ListMultiplexProgram request.Copyright © 2022. All rights reserved.