public static interface NotificationsConfiguration.Builder extends SdkPojo, CopyableBuilder<NotificationsConfiguration.Builder,NotificationsConfiguration>
| Modifier and Type | Method and Description |
|---|---|
NotificationsConfiguration.Builder |
lambdaFunctionArn(String lambdaFunctionArn)
The ARN of the AWS Lambda function in the notifications configuration.
|
NotificationsConfiguration.Builder |
snsTopicArn(String snsTopicArn)
The ARN of the SNS topic.
|
NotificationsConfiguration.Builder |
sqsQueueArn(String sqsQueueArn)
The ARN of the SQS queue.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNotificationsConfiguration.Builder lambdaFunctionArn(String lambdaFunctionArn)
The ARN of the AWS Lambda function in the notifications configuration.
lambdaFunctionArn - The ARN of the AWS Lambda function in the notifications configuration.NotificationsConfiguration.Builder snsTopicArn(String snsTopicArn)
The ARN of the SNS topic.
snsTopicArn - The ARN of the SNS topic.NotificationsConfiguration.Builder sqsQueueArn(String sqsQueueArn)
The ARN of the SQS queue.
sqsQueueArn - The ARN of the SQS queue.Copyright © 2023. All rights reserved.