static CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.builder() |
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.clientRequestToken(String clientRequestToken) |
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be
repeated with a changed parameter.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.detailType(String detailType) |
The level of detail to include in the notifications for this resource.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.detailType(DetailType detailType) |
The level of detail to include in the notifications for this resource.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.eventTypeIds(String... eventTypeIds) |
A list of event types associated with this notification rule.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.eventTypeIds(Collection<String> eventTypeIds) |
A list of event types associated with this notification rule.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.name(String name) |
The name for the notification rule.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.resource(String resource) |
The Amazon Resource Name (ARN) of the resource to associate with the notification rule.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.status(String status) |
The status of the notification rule.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.status(NotificationRuleStatus status) |
The status of the notification rule.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.tags(Map<String,String> tags) |
A list of tags to apply to this notification rule.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.targets(Collection<Target> targets) |
A list of Amazon Resource Names (ARNs) of Amazon Simple Notification Service topics and Chatbot clients to
associate with the notification rule.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.targets(Consumer<Target.Builder>... targets) |
A list of Amazon Resource Names (ARNs) of Amazon Simple Notification Service topics and Chatbot clients to
associate with the notification rule.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.targets(Target... targets) |
A list of Amazon Resource Names (ARNs) of Amazon Simple Notification Service topics and Chatbot clients to
associate with the notification rule.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.toBuilder() |
|