CopyableBuilder<CreateNotificationRequest.Builder,CreateNotificationRequest>
, SdkBuilder<CreateNotificationRequest.Builder,CreateNotificationRequest>
public static interface CreateNotificationRequest.Builder extends CopyableBuilder<CreateNotificationRequest.Builder,CreateNotificationRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateNotificationRequest.Builder |
accountId(String accountId) |
|
CreateNotificationRequest.Builder |
budgetName(String budgetName) |
|
CreateNotificationRequest.Builder |
notification(Notification notification) |
|
CreateNotificationRequest.Builder |
subscribers(Collection<Subscriber> subscribers) |
|
CreateNotificationRequest.Builder |
subscribers(Subscriber... subscribers) |
NOTE: This method appends the values to the existing list (if any).
|
copy
apply, build
CreateNotificationRequest.Builder accountId(String accountId)
accountId
- CreateNotificationRequest.Builder budgetName(String budgetName)
budgetName
- CreateNotificationRequest.Builder notification(Notification notification)
notification
- CreateNotificationRequest.Builder subscribers(Collection<Subscriber> subscribers)
subscribers
- CreateNotificationRequest.Builder subscribers(Subscriber... subscribers)
NOTE: This method appends the values to the existing list (if any). Use
#setSubscribers(java.util.Collection)
or #withSubscribers(java.util.Collection)
if you want
to override the existing values.
subscribers
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.