Uses of Interface
software.amazon.awssdk.services.rds.model.EventSubscription.Builder
Packages that use EventSubscription.Builder
-
Uses of EventSubscription.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return EventSubscription.BuilderModifier and TypeMethodDescriptionstatic EventSubscription.BuilderEventSubscription.builder()EventSubscription.Builder.customerAwsId(String customerAwsId) The Amazon Web Services customer account associated with the RDS event notification subscription.EventSubscription.Builder.custSubscriptionId(String custSubscriptionId) The RDS event notification subscription Id.Specifies whether the subscription is enabled.EventSubscription.Builder.eventCategoriesList(String... eventCategoriesList) A list of event categories for the RDS event notification subscription.EventSubscription.Builder.eventCategoriesList(Collection<String> eventCategoriesList) A list of event categories for the RDS event notification subscription.EventSubscription.Builder.eventSubscriptionArn(String eventSubscriptionArn) The Amazon Resource Name (ARN) for the event subscription.EventSubscription.Builder.snsTopicArn(String snsTopicArn) The topic ARN of the RDS event notification subscription.EventSubscription.Builder.sourceIdsList(String... sourceIdsList) A list of source IDs for the RDS event notification subscription.EventSubscription.Builder.sourceIdsList(Collection<String> sourceIdsList) A list of source IDs for the RDS event notification subscription.EventSubscription.Builder.sourceType(String sourceType) The source type for the RDS event notification subscription.The status of the RDS event notification subscription.EventSubscription.Builder.subscriptionCreationTime(String subscriptionCreationTime) The time the RDS event notification subscription was created.EventSubscription.toBuilder()Methods in software.amazon.awssdk.services.rds.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.rds.model with type arguments of type EventSubscription.BuilderModifier and TypeMethodDescriptionAddSourceIdentifierToSubscriptionResponse.Builder.eventSubscription(Consumer<EventSubscription.Builder> eventSubscription) Sets the value of the EventSubscription property for this object.CreateEventSubscriptionResponse.Builder.eventSubscription(Consumer<EventSubscription.Builder> eventSubscription) Sets the value of the EventSubscription property for this object.DeleteEventSubscriptionResponse.Builder.eventSubscription(Consumer<EventSubscription.Builder> eventSubscription) Sets the value of the EventSubscription property for this object.ModifyEventSubscriptionResponse.Builder.eventSubscription(Consumer<EventSubscription.Builder> eventSubscription) Sets the value of the EventSubscription property for this object.RemoveSourceIdentifierFromSubscriptionResponse.Builder.eventSubscription(Consumer<EventSubscription.Builder> eventSubscription) Sets the value of the EventSubscription property for this object.