Interface ChatExecution.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ChatExecution.Builder,,ChatExecution> SdkBuilder<ChatExecution.Builder,,ChatExecution> SdkPojo
- Enclosing class:
ChatExecution
@Mutable
@NotThreadSafe
public static interface ChatExecution.Builder
extends SdkPojo, CopyableBuilder<ChatExecution.Builder,ChatExecution>
-
Method Summary
Modifier and TypeMethodDescriptionTimestamp when the chat was createdexecutionId(String executionId) The unique identifier for the executionSummary or title of the chatTimestamp when the chat was last updatedMethods 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, sdkFieldNameToField, sdkFields
-
Method Details
-
executionId
The unique identifier for the execution
- Parameters:
executionId- The unique identifier for the execution- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
Timestamp when the chat was created
- Parameters:
createdAt- Timestamp when the chat was created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
Timestamp when the chat was last updated
- Parameters:
updatedAt- Timestamp when the chat was last updated- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summary
Summary or title of the chat
- Parameters:
summary- Summary or title of the chat- Returns:
- Returns a reference to this object so that method calls can be chained together.
-