public static interface AwsRdsEventSubscriptionDetails.Builder extends SdkPojo, CopyableBuilder<AwsRdsEventSubscriptionDetails.Builder,AwsRdsEventSubscriptionDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsRdsEventSubscriptionDetails.Builder |
customerAwsId(String customerAwsId)
The identifier of the event notification subscription.
|
AwsRdsEventSubscriptionDetails.Builder |
custSubscriptionId(String custSubscriptionId)
The identifier of the account that is associated with the event notification subscription.
|
AwsRdsEventSubscriptionDetails.Builder |
enabled(Boolean enabled)
Whether the event notification subscription is enabled.
|
AwsRdsEventSubscriptionDetails.Builder |
eventCategoriesList(Collection<String> eventCategoriesList)
The list of event categories for the event notification subscription.
|
AwsRdsEventSubscriptionDetails.Builder |
eventCategoriesList(String... eventCategoriesList)
The list of event categories for the event notification subscription.
|
AwsRdsEventSubscriptionDetails.Builder |
eventSubscriptionArn(String eventSubscriptionArn)
The ARN of the event notification subscription.
|
AwsRdsEventSubscriptionDetails.Builder |
snsTopicArn(String snsTopicArn)
The ARN of the SNS topic to post the event notifications to.
|
AwsRdsEventSubscriptionDetails.Builder |
sourceIdsList(Collection<String> sourceIdsList)
A list of source identifiers for the event notification subscription.
|
AwsRdsEventSubscriptionDetails.Builder |
sourceIdsList(String... sourceIdsList)
A list of source identifiers for the event notification subscription.
|
AwsRdsEventSubscriptionDetails.Builder |
sourceType(String sourceType)
The source type for the event notification subscription.
|
AwsRdsEventSubscriptionDetails.Builder |
status(String status)
The status of the event notification subscription.
|
AwsRdsEventSubscriptionDetails.Builder |
subscriptionCreationTime(String subscriptionCreationTime)
The datetime when the event notification subscription was created.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsRdsEventSubscriptionDetails.Builder custSubscriptionId(String custSubscriptionId)
The identifier of the account that is associated with the event notification subscription.
custSubscriptionId - The identifier of the account that is associated with the event notification subscription.AwsRdsEventSubscriptionDetails.Builder customerAwsId(String customerAwsId)
The identifier of the event notification subscription.
customerAwsId - The identifier of the event notification subscription.AwsRdsEventSubscriptionDetails.Builder enabled(Boolean enabled)
Whether the event notification subscription is enabled.
enabled - Whether the event notification subscription is enabled.AwsRdsEventSubscriptionDetails.Builder eventCategoriesList(Collection<String> eventCategoriesList)
The list of event categories for the event notification subscription.
eventCategoriesList - The list of event categories for the event notification subscription.AwsRdsEventSubscriptionDetails.Builder eventCategoriesList(String... eventCategoriesList)
The list of event categories for the event notification subscription.
eventCategoriesList - The list of event categories for the event notification subscription.AwsRdsEventSubscriptionDetails.Builder eventSubscriptionArn(String eventSubscriptionArn)
The ARN of the event notification subscription.
eventSubscriptionArn - The ARN of the event notification subscription.AwsRdsEventSubscriptionDetails.Builder snsTopicArn(String snsTopicArn)
The ARN of the SNS topic to post the event notifications to.
snsTopicArn - The ARN of the SNS topic to post the event notifications to.AwsRdsEventSubscriptionDetails.Builder sourceIdsList(Collection<String> sourceIdsList)
A list of source identifiers for the event notification subscription.
sourceIdsList - A list of source identifiers for the event notification subscription.AwsRdsEventSubscriptionDetails.Builder sourceIdsList(String... sourceIdsList)
A list of source identifiers for the event notification subscription.
sourceIdsList - A list of source identifiers for the event notification subscription.AwsRdsEventSubscriptionDetails.Builder sourceType(String sourceType)
The source type for the event notification subscription.
sourceType - The source type for the event notification subscription.AwsRdsEventSubscriptionDetails.Builder status(String status)
The status of the event notification subscription.
Valid values: creating | modifying | deleting | active |
no-permission | topic-not-exist
status - The status of the event notification subscription.
Valid values: creating | modifying | deleting |
active | no-permission | topic-not-exist
AwsRdsEventSubscriptionDetails.Builder subscriptionCreationTime(String subscriptionCreationTime)
The datetime when the event notification subscription was created.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces, and date and time should be separated by T. For example,
2020-03-22T13:22:13.933Z.
subscriptionCreationTime - The datetime when the event notification subscription was created.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T.
For example, 2020-03-22T13:22:13.933Z.
Copyright © 2023. All rights reserved.