public static interface GetSessionRequest.Builder extends WisdomRequest.Builder, SdkPojo, CopyableBuilder<GetSessionRequest.Builder,GetSessionRequest>
| Modifier and Type | Method and Description |
|---|---|
GetSessionRequest.Builder |
assistantId(String assistantId)
The identifier of the Wisdom assistant.
|
GetSessionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetSessionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetSessionRequest.Builder |
sessionId(String sessionId)
The identifier of the session.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSessionRequest.Builder assistantId(String assistantId)
The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
assistantId - The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.GetSessionRequest.Builder sessionId(String sessionId)
The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.
sessionId - The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.GetSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.