Interface NotificationsConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<NotificationsConfiguration.Builder,NotificationsConfiguration>, SdkBuilder<NotificationsConfiguration.Builder,NotificationsConfiguration>, SdkPojo
Enclosing class:
NotificationsConfiguration

public static interface NotificationsConfiguration.Builder extends SdkPojo, CopyableBuilder<NotificationsConfiguration.Builder,NotificationsConfiguration>
  • Method Details

    • 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.