public static interface SessionSummary.Builder extends SdkPojo, CopyableBuilder<SessionSummary.Builder,SessionSummary>
| Modifier and Type | Method and Description |
|---|---|
SessionSummary.Builder |
assistantArn(String assistantArn)
The Amazon Resource Name (ARN) of the Wisdom assistant.
|
SessionSummary.Builder |
assistantId(String assistantId)
The identifier of the Wisdom assistant.
|
SessionSummary.Builder |
sessionArn(String sessionArn)
The Amazon Resource Name (ARN) of the session.
|
SessionSummary.Builder |
sessionId(String sessionId)
The identifier of the session.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSessionSummary.Builder assistantArn(String assistantArn)
The Amazon Resource Name (ARN) of the Wisdom assistant.
assistantArn - The Amazon Resource Name (ARN) of the Wisdom assistant.SessionSummary.Builder assistantId(String assistantId)
The identifier of the Wisdom assistant.
assistantId - The identifier of the Wisdom assistant.SessionSummary.Builder sessionArn(String sessionArn)
The Amazon Resource Name (ARN) of the session.
sessionArn - The Amazon Resource Name (ARN) of the session.SessionSummary.Builder sessionId(String sessionId)
The identifier of the session.
sessionId - The identifier of the session.Copyright © 2022. All rights reserved.