Interface AddSourceIdentifierToSubscriptionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<AddSourceIdentifierToSubscriptionRequest.Builder,AddSourceIdentifierToSubscriptionRequest>
,RdsRequest.Builder
,SdkBuilder<AddSourceIdentifierToSubscriptionRequest.Builder,AddSourceIdentifierToSubscriptionRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- AddSourceIdentifierToSubscriptionRequest
public static interface AddSourceIdentifierToSubscriptionRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<AddSourceIdentifierToSubscriptionRequest.Builder,AddSourceIdentifierToSubscriptionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddSourceIdentifierToSubscriptionRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AddSourceIdentifierToSubscriptionRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
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.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
subscriptionName
AddSourceIdentifierToSubscriptionRequest.Builder subscriptionName(String subscriptionName)
The name of the RDS event notification subscription you want to add a source identifier to.
- Parameters:
subscriptionName
- The name of the RDS event notification subscription you want to add a source identifier to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceIdentifier
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
overrideConfiguration
AddSourceIdentifierToSubscriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
AddSourceIdentifierToSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-