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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotificationsConfiguration.BuilderlambdaFunctionArn(String lambdaFunctionArn)The ARN of the Amazon Web Services Lambda function in the notifications configuration.NotificationsConfiguration.BuildersnsTopicArn(String snsTopicArn)The ARN of the SNS topic.NotificationsConfiguration.BuildersqsQueueArn(String sqsQueueArn)The ARN of the SQS queue.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-