public static interface RemoveSourceIdentifierFromSubscriptionRequest.Builder extends RdsRequest.Builder, CopyableBuilder<RemoveSourceIdentifierFromSubscriptionRequest.Builder,RemoveSourceIdentifierFromSubscriptionRequest>
| Modifier and Type | Method and Description | 
|---|---|
RemoveSourceIdentifierFromSubscriptionRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
RemoveSourceIdentifierFromSubscriptionRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
RemoveSourceIdentifierFromSubscriptionRequest.Builder | 
sourceIdentifier(String sourceIdentifier)
 The source identifier to be removed from the subscription, such as the DB instance identifier for a DB
 instance or the name of a security group. 
 | 
RemoveSourceIdentifierFromSubscriptionRequest.Builder | 
subscriptionName(String subscriptionName)
 The name of the RDS event notification subscription you want to remove a source identifier from. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildRemoveSourceIdentifierFromSubscriptionRequest.Builder subscriptionName(String subscriptionName)
The name of the RDS event notification subscription you want to remove a source identifier from.
subscriptionName - The name of the RDS event notification subscription you want to remove a source identifier from.RemoveSourceIdentifierFromSubscriptionRequest.Builder sourceIdentifier(String sourceIdentifier)
The source identifier to be removed from the subscription, such as the DB instance identifier for a DB instance or the name of a security group.
sourceIdentifier - The source identifier to be removed from the subscription, such as the DB instance identifier
        for a DB instance or the name of a security group.RemoveSourceIdentifierFromSubscriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.RemoveSourceIdentifierFromSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.