Interface GetSessionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetSessionRequest.Builder,GetSessionRequest>,LexRuntimeV2Request.Builder,SdkBuilder<GetSessionRequest.Builder,GetSessionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetSessionRequest
public static interface GetSessionRequest.Builder extends LexRuntimeV2Request.Builder, SdkPojo, CopyableBuilder<GetSessionRequest.Builder,GetSessionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSessionRequest.BuilderbotAliasId(String botAliasId)The alias identifier in use for the bot that contains the session data.GetSessionRequest.BuilderbotId(String botId)The identifier of the bot that contains the session data.GetSessionRequest.BuilderlocaleId(String localeId)The locale where the session is in use.GetSessionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSessionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSessionRequest.BuildersessionId(String sessionId)The identifier of the session to return.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
botId
GetSessionRequest.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
GetSessionRequest.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
GetSessionRequest.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
GetSessionRequest.Builder sessionId(String sessionId)
The identifier of the session to return.
- Parameters:
sessionId- The identifier of the session to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-