Interface Conversation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Conversation.Builder,Conversation>,SdkBuilder<Conversation.Builder,Conversation>,SdkPojo
- Enclosing class:
- Conversation
public static interface Conversation.Builder extends SdkPojo, CopyableBuilder<Conversation.Builder,Conversation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Conversation.BuilderconversationId(String conversationId)The identifier of the Amazon Q conversation.Conversation.BuilderstartTime(Instant startTime)The start time of the conversation.Conversation.Buildertitle(String title)The title of the conversation.-
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
-
conversationId
Conversation.Builder conversationId(String conversationId)
The identifier of the Amazon Q conversation.
- Parameters:
conversationId- The identifier of the Amazon Q conversation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
Conversation.Builder startTime(Instant startTime)
The 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.
-
title
Conversation.Builder title(String title)
The 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.
-
-