Interface UpdateChannelResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateChannelResponse.Builder,UpdateChannelResponse>,IvsResponse.Builder,SdkBuilder<UpdateChannelResponse.Builder,UpdateChannelResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateChannelResponse
public static interface UpdateChannelResponse.Builder extends IvsResponse.Builder, SdkPojo, CopyableBuilder<UpdateChannelResponse.Builder,UpdateChannelResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateChannelResponse.Builderchannel(Consumer<Channel.Builder> channel)Object specifying the updated channel.UpdateChannelResponse.Builderchannel(Channel channel)Object specifying the updated channel.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ivs.model.IvsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
channel
UpdateChannelResponse.Builder channel(Channel channel)
Object specifying the updated channel.
- Parameters:
channel- Object specifying the updated channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channel
default UpdateChannelResponse.Builder channel(Consumer<Channel.Builder> channel)
Object specifying the updated channel.
This is a convenience method that creates an instance of theChannel.Builderavoiding the need to create one manually viaChannel.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochannel(Channel).- Parameters:
channel- a consumer that will call methods onChannel.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
channel(Channel)
-
-