Class SetBucketNotificationConfigurationRequest

    • Constructor Detail

      • SetBucketNotificationConfigurationRequest

        @Deprecated
        public SetBucketNotificationConfigurationRequest​(BucketNotificationConfiguration bucketNotificationConfiguration,
                                                         String bucket)
        Deprecated.
        Use SetBucketNotificationConfigurationRequest(String, BucketNotificationConfiguration) instead.
      • SetBucketNotificationConfigurationRequest

        public SetBucketNotificationConfigurationRequest​(String bucketName,
                                                         BucketNotificationConfiguration notificationConfiguration)
        Constructs a new SetBucketNotificationConfigurationRequest to set the bucket notification configuration of the specified bucket.
        Parameters:
        bucketName - The name of the bucket for which to set the notification configuration.
        notificationConfiguration - The new notification configuration for this bucket, which completely replaces any existing configuration.