public static interface GetSessionRequest.Builder extends LexRuntimeV2Request.Builder, SdkPojo, CopyableBuilder<GetSessionRequest.Builder,GetSessionRequest>
| Modifier and Type | Method and Description |
|---|---|
GetSessionRequest.Builder |
botAliasId(String botAliasId)
The alias identifier in use for the bot that contains the session data.
|
GetSessionRequest.Builder |
botId(String botId)
The identifier of the bot that contains the session data.
|
GetSessionRequest.Builder |
localeId(String localeId)
The locale where the session is in use.
|
GetSessionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetSessionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetSessionRequest.Builder |
sessionId(String sessionId)
The identifier of the session to return.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSessionRequest.Builder botId(String botId)
The identifier of the bot that contains the session data.
botId - The identifier of the bot that contains the session data.GetSessionRequest.Builder botAliasId(String botAliasId)
The alias identifier in use for the bot that contains the session data.
botAliasId - The alias identifier in use for the bot that contains the session data.GetSessionRequest.Builder localeId(String localeId)
The locale where the session is in use.
localeId - The locale where the session is in use.GetSessionRequest.Builder sessionId(String sessionId)
The identifier of the session to return.
sessionId - The identifier of the session to return.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.