Class SetBucketNotificationConfigurationRequest

java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.s3.model.SetBucketNotificationConfigurationRequest
All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable

public class SetBucketNotificationConfigurationRequest extends AmazonWebServiceRequest implements Serializable
Contains options for setting the notification configuration for a bucket.
See Also:
  • Constructor Details

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