Interface VaultNotificationConfig.Builder

    • Method Detail

      • snsTopic

        VaultNotificationConfig.Builder snsTopic​(String snsTopic)

        The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).

        Parameters:
        snsTopic - The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • events

        VaultNotificationConfig.Builder events​(Collection<String> events)

        A list of one or more events for which Amazon S3 Glacier will send a notification to the specified Amazon SNS topic.

        Parameters:
        events - A list of one or more events for which Amazon S3 Glacier will send a notification to the specified Amazon SNS topic.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • events

        VaultNotificationConfig.Builder events​(String... events)

        A list of one or more events for which Amazon S3 Glacier will send a notification to the specified Amazon SNS topic.

        Parameters:
        events - A list of one or more events for which Amazon S3 Glacier will send a notification to the specified Amazon SNS topic.
        Returns:
        Returns a reference to this object so that method calls can be chained together.