Interface EventsConfiguration.Builder

  • Method Details

    • botId

      The bot ID.

      Parameters:
      botId - The bot ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outboundEventsHTTPSEndpoint

      EventsConfiguration.Builder outboundEventsHTTPSEndpoint(String outboundEventsHTTPSEndpoint)

      HTTPS endpoint that allows a bot to receive outgoing events.

      Parameters:
      outboundEventsHTTPSEndpoint - HTTPS endpoint that allows a bot to receive outgoing events.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lambdaFunctionArn

      EventsConfiguration.Builder lambdaFunctionArn(String lambdaFunctionArn)

      Lambda function ARN that allows a bot to receive outgoing events.

      Parameters:
      lambdaFunctionArn - Lambda function ARN that allows a bot to receive outgoing events.
      Returns:
      Returns a reference to this object so that method calls can be chained together.