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 Details

    • conversationId

      Conversation.Builder conversationId(String conversationId)

      The 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.
    • 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.
    • 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.