| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
static EventSubscription.Builder |
EventSubscription.builder() |
EventSubscription.Builder |
EventSubscription.Builder.customerAwsId(String customerAwsId)
The AWS customer account associated with the Amazon Redshift event notification subscription.
|
EventSubscription.Builder |
EventSubscription.Builder.custSubscriptionId(String custSubscriptionId)
The name of the Amazon Redshift event notification subscription.
|
EventSubscription.Builder |
EventSubscription.Builder.enabled(Boolean enabled)
A boolean value indicating whether the subscription is enabled;
true indicates that the
subscription is enabled. |
EventSubscription.Builder |
EventSubscription.Builder.eventCategoriesList(Collection<String> eventCategoriesList)
The list of Amazon Redshift event categories specified in the event notification subscription.
|
EventSubscription.Builder |
EventSubscription.Builder.eventCategoriesList(String... eventCategoriesList)
The list of Amazon Redshift event categories specified in the event notification subscription.
|
EventSubscription.Builder |
EventSubscription.Builder.severity(String severity)
The event severity specified in the Amazon Redshift event notification subscription.
|
EventSubscription.Builder |
EventSubscription.Builder.snsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.
|
EventSubscription.Builder |
EventSubscription.Builder.sourceIdsList(Collection<String> sourceIdsList)
A list of the sources that publish events to the Amazon Redshift event notification subscription.
|
EventSubscription.Builder |
EventSubscription.Builder.sourceIdsList(String... sourceIdsList)
A list of the sources that publish events to the Amazon Redshift event notification subscription.
|
EventSubscription.Builder |
EventSubscription.Builder.sourceType(String sourceType)
The source type of the events returned by the Amazon Redshift event notification, such as cluster,
cluster-snapshot, cluster-parameter-group, cluster-security-group, or scheduled-action.
|
EventSubscription.Builder |
EventSubscription.Builder.status(String status)
The status of the Amazon Redshift event notification subscription.
|
EventSubscription.Builder |
EventSubscription.Builder.subscriptionCreationTime(Instant subscriptionCreationTime)
The date and time the Amazon Redshift event notification subscription was created.
|
EventSubscription.Builder |
EventSubscription.Builder.tags(Collection<Tag> tags)
The list of tags for the event subscription.
|
EventSubscription.Builder |
EventSubscription.Builder.tags(Consumer<Tag.Builder>... tags)
The list of tags for the event subscription.
|
EventSubscription.Builder |
EventSubscription.Builder.tags(Tag... tags)
The list of tags for the event subscription.
|
EventSubscription.Builder |
EventSubscription.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EventSubscription.Builder> |
EventSubscription.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateEventSubscriptionResponse.Builder |
CreateEventSubscriptionResponse.Builder.eventSubscription(Consumer<EventSubscription.Builder> eventSubscription)
Sets the value of the EventSubscription property for this object.
|
default ModifyEventSubscriptionResponse.Builder |
ModifyEventSubscriptionResponse.Builder.eventSubscription(Consumer<EventSubscription.Builder> eventSubscription)
Sets the value of the EventSubscription property for this object.
|
Copyright © 2021. All rights reserved.