Interface NotificationsConfiguration.Builder

    • Method Detail

      • lambdaFunctionArn

        NotificationsConfiguration.Builder lambdaFunctionArn​(String lambdaFunctionArn)

        The ARN of the Amazon Web Services Lambda function in the notifications configuration.

        Parameters:
        lambdaFunctionArn - The ARN of the Amazon Web Services Lambda function in the notifications configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • snsTopicArn

        NotificationsConfiguration.Builder snsTopicArn​(String snsTopicArn)

        The ARN of the SNS topic.

        Parameters:
        snsTopicArn - The ARN of the SNS topic.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sqsQueueArn

        NotificationsConfiguration.Builder sqsQueueArn​(String sqsQueueArn)

        The ARN of the SQS queue.

        Parameters:
        sqsQueueArn - The ARN of the SQS queue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.