Uses of Interface
software.amazon.awssdk.services.notifications.model.CreateEventRuleRequest.Builder
-
Packages that use CreateEventRuleRequest.Builder Package Description software.amazon.awssdk.services.notifications The AWS 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 an EventRule that is associated with a specified Notification Configuration.default CreateEventRuleResponseNotificationsClient. createEventRule(Consumer<CreateEventRuleRequest.Builder> createEventRuleRequest)Creates an EventRule that is associated with a specified Notification Configuration. -
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 this EventRule receives.CreateEventRuleRequest.BuilderCreateEventRuleRequest.Builder. eventType(String eventType)The event type to match.CreateEventRuleRequest.BuilderCreateEventRuleRequest.Builder. notificationConfigurationArn(String notificationConfigurationArn)The Amazon Resource Name (ARN) of the NotificationConfiguration associated with this EventRule.CreateEventRuleRequest.BuilderCreateEventRuleRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateEventRuleRequest.BuilderCreateEventRuleRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateEventRuleRequest.BuilderCreateEventRuleRequest.Builder. regions(String... regions)A list of AWS Regions that send events to this EventRule.CreateEventRuleRequest.BuilderCreateEventRuleRequest.Builder. regions(Collection<String> regions)A list of AWS Regions that send events to this EventRule.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()
-