Interface DeleteSessionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteSessionRequest.Builder,DeleteSessionRequest>,LexRuntimeV2Request.Builder,SdkBuilder<DeleteSessionRequest.Builder,DeleteSessionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteSessionRequest
public static interface DeleteSessionRequest.Builder extends LexRuntimeV2Request.Builder, SdkPojo, CopyableBuilder<DeleteSessionRequest.Builder,DeleteSessionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteSessionRequest.BuilderbotAliasId(String botAliasId)The alias identifier in use for the bot that contains the session data.DeleteSessionRequest.BuilderbotId(String botId)The identifier of the bot that contains the session data.DeleteSessionRequest.BuilderlocaleId(String localeId)The locale where the session is in use.DeleteSessionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteSessionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteSessionRequest.BuildersessionId(String sessionId)The identifier of the session to delete.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexruntimev2.model.LexRuntimeV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
botId
DeleteSessionRequest.Builder botId(String botId)
The identifier of the bot that contains the session data.
- Parameters:
botId- The identifier of the bot that contains the session data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botAliasId
DeleteSessionRequest.Builder botAliasId(String botAliasId)
The alias identifier in use for the bot that contains the session data.
- Parameters:
botAliasId- The alias identifier in use for the bot that contains the session data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
DeleteSessionRequest.Builder localeId(String localeId)
The locale where the session is in use.
- Parameters:
localeId- The locale where the session is in use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
DeleteSessionRequest.Builder sessionId(String sessionId)
The identifier of the session to delete.
- Parameters:
sessionId- The identifier of the session to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-