Interface DeleteSessionResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DeleteSessionResponse.Builder,,- DeleteSessionResponse> - LexRuntimeResponse.Builder,- SdkBuilder<DeleteSessionResponse.Builder,,- DeleteSessionResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DeleteSessionResponse
@Mutable
@NotThreadSafe
public static interface DeleteSessionResponse.Builder
extends LexRuntimeResponse.Builder, SdkPojo, CopyableBuilder<DeleteSessionResponse.Builder,DeleteSessionResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe alias in use for the bot associated with the session data.The name of the bot associated with the session data.The unique identifier for the session.The ID of the client application user.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.lexruntime.model.LexRuntimeResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
botNameThe 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.
 
- 
botAliasThe 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.
 
- 
userIdThe 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.
 
- 
sessionIdThe 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.
 
 
-