public class PutNotificationRequest extends GenericBucketRequest
| Constructor and Description |
|---|
PutNotificationRequest() |
PutNotificationRequest(String bucketName) |
PutNotificationRequest(String bucketName,
List<Notification> notifications) |
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
getNotifications() |
void |
setNotifications(List<Notification> notifications) |
PutNotificationRequest |
withBucketName(String bucketName) |
PutNotificationRequest |
withRequestCredentials(BceCredentials credentials) |
getBucketName, setBucketNamegetRequestCredentials, setRequestCredentialspublic PutNotificationRequest()
public PutNotificationRequest(String bucketName)
public PutNotificationRequest(String bucketName, List<Notification> notifications)
public PutNotificationRequest withBucketName(String bucketName)
withBucketName in class GenericBucketRequestpublic PutNotificationRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic List<Notification> getNotifications()
public void setNotifications(List<Notification> notifications)
Copyright © 2026. All rights reserved.