CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.clone() |
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withEnabled(Boolean enabled) |
A Boolean value; set to true to activate the subscription,
set to false to create the subscription but not active it.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withEventCategories(String... eventCategories) |
Specifies the Amazon Redshift event categories to be published by the
event notification subscription.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withEventCategories(Collection<String> eventCategories) |
Specifies the Amazon Redshift event categories to be published by the
event notification subscription.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withSeverity(String severity) |
Specifies the Amazon Redshift event severity to be published by the event
notification subscription.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withSnsTopicArn(String snsTopicArn) |
The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit
the event notifications.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withSourceIds(String... sourceIds) |
A list of one or more identifiers of Amazon Redshift source objects.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withSourceIds(Collection<String> sourceIds) |
A list of one or more identifiers of Amazon Redshift source objects.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withSourceType(String sourceType) |
The type of source that will be generating the events.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withSubscriptionName(String subscriptionName) |
The name of the event subscription to be created.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withTags(Tag... tags) |
A list of tag instances.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withTags(Collection<Tag> tags) |
A list of tag instances.
|