Interface UpdateParticipantRoleConfigChannelInfo.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<UpdateParticipantRoleConfigChannelInfo.Builder,,UpdateParticipantRoleConfigChannelInfo> SdkBuilder<UpdateParticipantRoleConfigChannelInfo.Builder,,UpdateParticipantRoleConfigChannelInfo> SdkPojo
- Enclosing class:
 UpdateParticipantRoleConfigChannelInfo
public static interface UpdateParticipantRoleConfigChannelInfo.Builder
extends SdkPojo, CopyableBuilder<UpdateParticipantRoleConfigChannelInfo.Builder,UpdateParticipantRoleConfigChannelInfo> 
- 
Method Summary
Modifier and TypeMethodDescriptionConfiguration information for the chat participant role.Configuration information for the chat participant role.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
chat
Configuration information for the chat participant role.
- Parameters:
 chat- Configuration information for the chat participant role.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
chat
default UpdateParticipantRoleConfigChannelInfo.Builder chat(Consumer<ChatParticipantRoleConfig.Builder> chat) Configuration information for the chat participant role.
This is a convenience method that creates an instance of theChatParticipantRoleConfig.Builderavoiding the need to create one manually viaChatParticipantRoleConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochat(ChatParticipantRoleConfig).- Parameters:
 chat- a consumer that will call methods onChatParticipantRoleConfig.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -