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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateParticipantRoleConfigChannelInfo.Builderchat(Consumer<ChatParticipantRoleConfig.Builder> chat)Configuration information for the chat participant role.UpdateParticipantRoleConfigChannelInfo.Builderchat(ChatParticipantRoleConfig chat)Configuration information for the chat participant role.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
chat
UpdateParticipantRoleConfigChannelInfo.Builder chat(ChatParticipantRoleConfig 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:
chat(ChatParticipantRoleConfig)
-
-