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 Details

    • 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

      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.