Interface DeleteSessionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteSessionResponse.Builder,DeleteSessionResponse>,LexRuntimeResponse.Builder,SdkBuilder<DeleteSessionResponse.Builder,DeleteSessionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteSessionResponse
public static interface DeleteSessionResponse.Builder extends LexRuntimeResponse.Builder, SdkPojo, CopyableBuilder<DeleteSessionResponse.Builder,DeleteSessionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteSessionResponse.BuilderbotAlias(String botAlias)The alias in use for the bot associated with the session data.DeleteSessionResponse.BuilderbotName(String botName)The name of the bot associated with the session data.DeleteSessionResponse.BuildersessionId(String sessionId)The unique identifier for the session.DeleteSessionResponse.BuilderuserId(String userId)The ID of the client application user.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexruntime.model.LexRuntimeResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
botName
DeleteSessionResponse.Builder botName(String botName)
The name of the bot associated with the session data.
- Parameters:
botName- The name of the bot associated with the session data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botAlias
DeleteSessionResponse.Builder botAlias(String botAlias)
The alias in use for the bot associated with the session data.
- Parameters:
botAlias- The alias in use for the bot associated with the session data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userId
DeleteSessionResponse.Builder userId(String userId)
The ID of the client application user.
- Parameters:
userId- The ID of the client application user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
DeleteSessionResponse.Builder sessionId(String sessionId)
The unique identifier for the session.
- Parameters:
sessionId- The unique identifier for the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-