Interface LambdaAction.Builder

    • Method Detail

      • functionArn

        LambdaAction.Builder functionArn​(String functionArn)

        The ARN of the Lambda function that is executed.

        Parameters:
        functionArn - The ARN of the Lambda function that is executed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • payload

        LambdaAction.Builder payload​(Payload payload)

        You can configure the action payload when you send a message to a Lambda function.

        Parameters:
        payload - You can configure the action payload when you send a message to a Lambda function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.