Interface SessionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SessionSummary.Builder,
,SessionSummary> SdkBuilder<SessionSummary.Builder,
,SessionSummary> SdkPojo
- Enclosing class:
SessionSummary
@Mutable
@NotThreadSafe
public static interface SessionSummary.Builder
extends SdkPojo, CopyableBuilder<SessionSummary.Builder,SessionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionassistantArn
(String assistantArn) The Amazon Resource Name (ARN) of the Wisdom assistant.assistantId
(String assistantId) The identifier of the Wisdom assistant.sessionArn
(String sessionArn) The Amazon Resource Name (ARN) of the session.The identifier of the session.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, sdkFieldNameToField, sdkFields
-
Method Details
-
assistantArn
The Amazon Resource Name (ARN) of the Wisdom assistant.
- Parameters:
assistantArn
- The Amazon Resource Name (ARN) of the Wisdom assistant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assistantId
The identifier of the Wisdom assistant.
- Parameters:
assistantId
- The identifier of the Wisdom assistant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionArn
The Amazon Resource Name (ARN) of the session.
- Parameters:
sessionArn
- The Amazon Resource Name (ARN) of the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
The identifier of the session.
- Parameters:
sessionId
- The identifier of the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-