Interface DeleteSessionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteSessionRequest.Builder,DeleteSessionRequest>,LexRuntimeRequest.Builder,SdkBuilder<DeleteSessionRequest.Builder,DeleteSessionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteSessionRequest
public static interface DeleteSessionRequest.Builder extends LexRuntimeRequest.Builder, SdkPojo, CopyableBuilder<DeleteSessionRequest.Builder,DeleteSessionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteSessionRequest.BuilderbotAlias(String botAlias)The alias in use for the bot that contains the session data.DeleteSessionRequest.BuilderbotName(String botName)The name of the bot that contains the session data.DeleteSessionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteSessionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteSessionRequest.BuilderuserId(String userId)The identifier of the user associated with the session data.-
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.lexruntime.model.LexRuntimeRequest.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
-
botName
DeleteSessionRequest.Builder botName(String botName)
The name of the bot that contains the session data.
- Parameters:
botName- The name of the bot that contains the session data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botAlias
DeleteSessionRequest.Builder botAlias(String botAlias)
The alias in use for the bot that contains the session data.
- Parameters:
botAlias- The alias 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.
-
userId
DeleteSessionRequest.Builder userId(String userId)
The identifier of the user associated with the session data.
- Parameters:
userId- The identifier of the user associated with the session data.- 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
-
-