public static interface DeleteSessionRequest.Builder extends LexRuntimeV2Request.Builder, SdkPojo, CopyableBuilder<DeleteSessionRequest.Builder,DeleteSessionRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteSessionRequest.Builder |
botAliasId(String botAliasId)
The alias identifier in use for the bot that contains the session data.
|
DeleteSessionRequest.Builder |
botId(String botId)
The identifier of the bot that contains the session data.
|
DeleteSessionRequest.Builder |
localeId(String localeId)
The locale where the session is in use.
|
DeleteSessionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteSessionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteSessionRequest.Builder |
sessionId(String sessionId)
The identifier of the session to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteSessionRequest.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.DeleteSessionRequest.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.DeleteSessionRequest.Builder localeId(String localeId)
The locale where the session is in use.
localeId - The locale where the session is in use.DeleteSessionRequest.Builder sessionId(String sessionId)
The identifier of the session to delete.
sessionId - The identifier of the session to delete.DeleteSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.