public static interface AddSourceIdentifierToSubscriptionRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<AddSourceIdentifierToSubscriptionRequest.Builder,AddSourceIdentifierToSubscriptionRequest>
Modifier and Type | Method and Description |
---|---|
AddSourceIdentifierToSubscriptionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddSourceIdentifierToSubscriptionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
AddSourceIdentifierToSubscriptionRequest.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, a DBInstanceIdentifier
value must be supplied.
If the source type is a DB cluster, a DBClusterIdentifier
value must be supplied.
If the source type is a DB parameter group, a DBParameterGroupName
value must be supplied.
If the source type is a DB security group, a DBSecurityGroupName
value must be supplied.
If the source type is a DB snapshot, a DBSnapshotIdentifier
value must be supplied.
If the source type is a DB cluster snapshot, a DBClusterSnapshotIdentifier
value must be
supplied.
If the source type is an RDS Proxy, a DBProxyName
value must be supplied.
sourceIdentifier
- The identifier of the event source to be added.
Constraints:
If the source type is a DB instance, a DBInstanceIdentifier
value must be supplied.
If the source type is a DB cluster, a DBClusterIdentifier
value must be supplied.
If the source type is a DB parameter group, a DBParameterGroupName
value must be
supplied.
If the source type is a DB security group, a DBSecurityGroupName
value must be supplied.
If the source type is a DB snapshot, a DBSnapshotIdentifier
value must be supplied.
If the source type is a DB cluster snapshot, a DBClusterSnapshotIdentifier
value must be
supplied.
If the source type is an RDS Proxy, a DBProxyName
value must be supplied.
AddSourceIdentifierToSubscriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
AddSourceIdentifierToSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.