public static interface GetChannelResponse.Builder extends IvsResponse.Builder, SdkPojo, CopyableBuilder<GetChannelResponse.Builder,GetChannelResponse>
| Modifier and Type | Method and Description |
|---|---|
GetChannelResponse.Builder |
channel(Channel channel)
|
default GetChannelResponse.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(). |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetChannelResponse.Builder channel(Channel channel)
channel - default GetChannelResponse.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)Copyright © 2023. All rights reserved.