public static interface CreateChannelResponse.Builder extends IvsResponse.Builder, SdkPojo, CopyableBuilder<CreateChannelResponse.Builder,CreateChannelResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateChannelResponse.Builder |
channel(Channel channel)
|
default CreateChannelResponse.Builder |
channel(Consumer<Channel.Builder> channel)
This is a convenience method that creates an instance of the
Channel.Builder avoiding the need to
create one manually via Channel.builder(). |
default CreateChannelResponse.Builder |
streamKey(Consumer<StreamKey.Builder> streamKey)
This is a convenience method that creates an instance of the
StreamKey.Builder avoiding the need to
create one manually via StreamKey.builder(). |
CreateChannelResponse.Builder |
streamKey(StreamKey streamKey)
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateChannelResponse.Builder channel(Channel channel)
channel - default CreateChannelResponse.Builder channel(Consumer<Channel.Builder> channel)
Channel.Builder avoiding the need to
create one manually via Channel.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to channel(Channel).
channel - a consumer that will call methods on Channel.Builderchannel(Channel)CreateChannelResponse.Builder streamKey(StreamKey streamKey)
streamKey - default CreateChannelResponse.Builder streamKey(Consumer<StreamKey.Builder> streamKey)
StreamKey.Builder avoiding the need to
create one manually via StreamKey.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to streamKey(StreamKey).
streamKey - a consumer that will call methods on StreamKey.BuilderstreamKey(StreamKey)Copyright © 2023. All rights reserved.