Interface DeleteSessionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteSessionResponse.Builder,DeleteSessionResponse>,LexRuntimeV2Response.Builder,SdkBuilder<DeleteSessionResponse.Builder,DeleteSessionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteSessionResponse
public static interface DeleteSessionResponse.Builder extends LexRuntimeV2Response.Builder, SdkPojo, CopyableBuilder<DeleteSessionResponse.Builder,DeleteSessionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteSessionResponse.BuilderbotAliasId(String botAliasId)The alias identifier in use for the bot that contained the session data.DeleteSessionResponse.BuilderbotId(String botId)The identifier of the bot that contained the session data.DeleteSessionResponse.BuilderlocaleId(String localeId)The locale where the session was used.DeleteSessionResponse.BuildersessionId(String sessionId)The identifier of the deleted session.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexruntimev2.model.LexRuntimeV2Response.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
-
botId
DeleteSessionResponse.Builder botId(String botId)
The identifier of the bot that contained the session data.
- Parameters:
botId- The identifier of the bot that contained the session data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botAliasId
DeleteSessionResponse.Builder botAliasId(String botAliasId)
The alias identifier in use for the bot that contained the session data.
- Parameters:
botAliasId- The alias identifier in use for the bot that contained the session data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
DeleteSessionResponse.Builder localeId(String localeId)
The locale where the session was used.
- Parameters:
localeId- The locale where the session was used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
DeleteSessionResponse.Builder sessionId(String sessionId)
The identifier of the deleted session.
- Parameters:
sessionId- The identifier of the deleted session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-