Interface Conversation.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Conversation.Builder,,- Conversation> - SdkBuilder<Conversation.Builder,,- Conversation> - SdkPojo
- Enclosing class:
- Conversation
@Mutable
@NotThreadSafe
public static interface Conversation.Builder
extends SdkPojo, CopyableBuilder<Conversation.Builder,Conversation> 
- 
Method SummaryModifier and TypeMethodDescriptionconversationId(String conversationId) The identifier of the Amazon Q Business conversation.The start time of the conversation.The title of the conversation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
conversationIdThe identifier of the Amazon Q Business conversation. - Parameters:
- conversationId- The identifier of the Amazon Q Business conversation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
titleThe title of the conversation. - Parameters:
- title- The title of the conversation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
startTimeThe start time of the conversation. - Parameters:
- startTime- The start time of the conversation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-