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
Modifier and TypeMethodDescriptiondefault UpdateChannelResponse.Builderchannel(Consumer<Channel.Builder> channel) Sets the value of the Channel property for this object.Sets the value of the Channel property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ivs.model.IvsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
channel
Sets the value of the Channel property for this object.- Parameters:
 channel- The new value for the Channel property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
channel
Sets the value of the Channel property for this object. 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:
 
 
 -