public static interface UpdateChannelResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<UpdateChannelResponse.Builder,UpdateChannelResponse>
Modifier and Type | Method and Description |
---|---|
UpdateChannelResponse.Builder |
channel(Channel channel)
Sets the value of the Channel property for this object.
|
default UpdateChannelResponse.Builder |
channel(Consumer<Channel.Builder> channel)
Sets the value of the Channel property for this object.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateChannelResponse.Builder channel(Channel channel)
channel
- The new value for the Channel property for this object.default UpdateChannelResponse.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.Builder
channel(Channel)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.