Uses of Interface
software.amazon.awssdk.services.databasemigration.model.EventSubscription.Builder
Packages that use EventSubscription.Builder
-
Uses of EventSubscription.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return EventSubscription.BuilderModifier and TypeMethodDescriptionstatic EventSubscription.BuilderEventSubscription.builder()EventSubscription.Builder.customerAwsId(String customerAwsId) The Amazon Web Services customer account associated with the DMS event notification subscription.EventSubscription.Builder.custSubscriptionId(String custSubscriptionId) The DMS event notification subscription Id.Boolean value that indicates if the event subscription is enabled.EventSubscription.Builder.eventCategoriesList(String... eventCategoriesList) A lists of event categories.EventSubscription.Builder.eventCategoriesList(Collection<String> eventCategoriesList) A lists of event categories.EventSubscription.Builder.snsTopicArn(String snsTopicArn) The topic ARN of the DMS event notification subscription.EventSubscription.Builder.sourceIdsList(String... sourceIdsList) A list of source Ids for the event subscription.EventSubscription.Builder.sourceIdsList(Collection<String> sourceIdsList) A list of source Ids for the event subscription.EventSubscription.Builder.sourceType(String sourceType) The type of DMS resource that generates events.The status of the DMS event notification subscription.EventSubscription.Builder.subscriptionCreationTime(String subscriptionCreationTime) The time the DMS event notification subscription was created.EventSubscription.toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type EventSubscription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EventSubscription.Builder>EventSubscription.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type EventSubscription.BuilderModifier and TypeMethodDescriptionCreateEventSubscriptionResponse.Builder.eventSubscription(Consumer<EventSubscription.Builder> eventSubscription) The event subscription that was created.DeleteEventSubscriptionResponse.Builder.eventSubscription(Consumer<EventSubscription.Builder> eventSubscription) The event subscription that was deleted.ModifyEventSubscriptionResponse.Builder.eventSubscription(Consumer<EventSubscription.Builder> eventSubscription) The modified event subscription.