Interface LambdaConfiguration.Builder

    • Method Detail

      • resourceArn

        LambdaConfiguration.Builder resourceArn​(String resourceArn)

        The ARN of the Lambda message processing function.

        Parameters:
        resourceArn - The ARN of the Lambda message processing function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • invocationType

        LambdaConfiguration.Builder invocationType​(String invocationType)

        Controls how the Lambda function is invoked.

        Parameters:
        invocationType - Controls how the Lambda function is invoked.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InvocationType, InvocationType
      • invocationType

        LambdaConfiguration.Builder invocationType​(InvocationType invocationType)

        Controls how the Lambda function is invoked.

        Parameters:
        invocationType - Controls how the Lambda function is invoked.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InvocationType, InvocationType