public static interface DeleteSessionRequest.Builder extends LexRuntimeRequest.Builder, SdkPojo, CopyableBuilder<DeleteSessionRequest.Builder,DeleteSessionRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteSessionRequest.Builder |
botAlias(String botAlias)
The alias in use for the bot that contains the session data.
|
DeleteSessionRequest.Builder |
botName(String botName)
The name of the bot that contains the session data.
|
DeleteSessionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteSessionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteSessionRequest.Builder |
userId(String userId)
The identifier of the user associated with the session data.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteSessionRequest.Builder botName(String botName)
The name of the bot that contains the session data.
botName - The name of the bot that contains the session data.DeleteSessionRequest.Builder botAlias(String botAlias)
The alias in use for the bot that contains the session data.
botAlias - The alias in use for the bot that contains the session data.DeleteSessionRequest.Builder userId(String userId)
The identifier of the user associated with the session data.
userId - The identifier of the user associated with the session data.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.