Uses of Interface
software.amazon.awssdk.services.notifications.model.CreateEventRuleRequest.Builder
-
Packages that use CreateEventRuleRequest.Builder Package Description software.amazon.awssdk.services.notifications The Amazon Web Services User Notifications API Reference provides descriptions, API request parameters, and the JSON response for each of the User Notification API actions.software.amazon.awssdk.services.notifications.model -
-
Uses of CreateEventRuleRequest.Builder in software.amazon.awssdk.services.notifications
Method parameters in software.amazon.awssdk.services.notifications with type arguments of type CreateEventRuleRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateEventRuleResponse>NotificationsAsyncClient. createEventRule(Consumer<CreateEventRuleRequest.Builder> createEventRuleRequest)Creates anEventRulethat is associated with a specifiedNotificationConfiguration.default CreateEventRuleResponseNotificationsClient. createEventRule(Consumer<CreateEventRuleRequest.Builder> createEventRuleRequest)Creates anEventRulethat is associated with a specifiedNotificationConfiguration. -
Uses of CreateEventRuleRequest.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return CreateEventRuleRequest.Builder Modifier and Type Method Description static CreateEventRuleRequest.BuilderCreateEventRuleRequest. builder()CreateEventRuleRequest.BuilderCreateEventRuleRequest.Builder. eventPattern(String eventPattern)An additional event pattern used to further filter the events thisEventRulereceives.CreateEventRuleRequest.BuilderCreateEventRuleRequest.Builder. eventType(String eventType)The event type to match.CreateEventRuleRequest.BuilderCreateEventRuleRequest.Builder. notificationConfigurationArn(String notificationConfigurationArn)The Amazon Resource Name (ARN) of theNotificationConfigurationassociated with thisEventRule.CreateEventRuleRequest.BuilderCreateEventRuleRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateEventRuleRequest.BuilderCreateEventRuleRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateEventRuleRequest.BuilderCreateEventRuleRequest.Builder. regions(String... regions)A list of Amazon Web Services Regions that send events to thisEventRule.CreateEventRuleRequest.BuilderCreateEventRuleRequest.Builder. regions(Collection<String> regions)A list of Amazon Web Services Regions that send events to thisEventRule.CreateEventRuleRequest.BuilderCreateEventRuleRequest.Builder. source(String source)The matched event source.CreateEventRuleRequest.BuilderCreateEventRuleRequest. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type CreateEventRuleRequest.Builder Modifier and Type Method Description static Class<? extends CreateEventRuleRequest.Builder>CreateEventRuleRequest. serializableBuilderClass()
-