CopyableBuilder<AddSourceIdentifierToSubscriptionRequest.Builder,AddSourceIdentifierToSubscriptionRequest>, SdkBuilder<AddSourceIdentifierToSubscriptionRequest.Builder,AddSourceIdentifierToSubscriptionRequest>public static interface AddSourceIdentifierToSubscriptionRequest.Builder extends CopyableBuilder<AddSourceIdentifierToSubscriptionRequest.Builder,AddSourceIdentifierToSubscriptionRequest>
| Modifier and Type | Method | Description |
|---|---|---|
AddSourceIdentifierToSubscriptionRequest.Builder |
sourceIdentifier(String sourceIdentifier) |
The identifier of the event source to be added.
|
AddSourceIdentifierToSubscriptionRequest.Builder |
subscriptionName(String subscriptionName) |
The name of the RDS event notification subscription you want to add a source identifier to.
|
copyapply, buildAddSourceIdentifierToSubscriptionRequest.Builder subscriptionName(String subscriptionName)
The name of the RDS event notification subscription you want to add a source identifier to.
subscriptionName - The name of the RDS event notification subscription you want to add a source identifier to.AddSourceIdentifierToSubscriptionRequest.Builder sourceIdentifier(String sourceIdentifier)
The identifier of the event source to be added. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
Constraints:
If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.
If the source type is a DB security group, a DBSecurityGroupName must be supplied.
If the source type is a DB parameter group, a DBParameterGroupName must be supplied.
If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.
sourceIdentifier - The identifier of the event source to be added. An identifier must begin with a letter and must
contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two
consecutive hyphens.
Constraints:
If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.
If the source type is a DB security group, a DBSecurityGroupName must be supplied.
If the source type is a DB parameter group, a DBParameterGroupName must be supplied.
If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.