public static interface AddSourceIdentifierToSubscriptionRequest.Builder extends RDSRequest.Builder, CopyableBuilder<AddSourceIdentifierToSubscriptionRequest.Builder,AddSourceIdentifierToSubscriptionRequest>
| Modifier and Type | Method and Description |
|---|---|
AddSourceIdentifierToSubscriptionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AddSourceIdentifierToSubscriptionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildrequestOverrideConfigcopyapply, 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.
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.
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.
AddSourceIdentifierToSubscriptionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.AddSourceIdentifierToSubscriptionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.