UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the notification rule.
|
static UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.builder() |
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.detailType(String detailType) |
The level of detail to include in the notifications for this resource.
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.detailType(DetailType detailType) |
The level of detail to include in the notifications for this resource.
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.eventTypeIds(String... eventTypeIds) |
A list of event types associated with this notification rule.
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.eventTypeIds(Collection<String> eventTypeIds) |
A list of event types associated with this notification rule.
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.name(String name) |
The name of the notification rule.
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.status(String status) |
The status of the notification rule.
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.status(NotificationRuleStatus status) |
The status of the notification rule.
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.targets(Collection<Target> targets) |
The address and type of the targets to receive notifications from this notification rule.
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.targets(Consumer<Target.Builder>... targets) |
The address and type of the targets to receive notifications from this notification rule.
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.targets(Target... targets) |
The address and type of the targets to receive notifications from this notification rule.
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.toBuilder() |
|