Interface RemoveSourceIdentifierFromSubscriptionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RemoveSourceIdentifierFromSubscriptionRequest.Builder,,RemoveSourceIdentifierFromSubscriptionRequest> RdsRequest.Builder,SdkBuilder<RemoveSourceIdentifierFromSubscriptionRequest.Builder,,RemoveSourceIdentifierFromSubscriptionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- RemoveSourceIdentifierFromSubscriptionRequest
@Mutable
@NotThreadSafe
public static interface RemoveSourceIdentifierFromSubscriptionRequest.Builder
extends RdsRequest.Builder, SdkPojo, CopyableBuilder<RemoveSourceIdentifierFromSubscriptionRequest.Builder,RemoveSourceIdentifierFromSubscriptionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) 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.subscriptionName(String subscriptionName) The name of the RDS event notification subscription you want to remove a source identifier from.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rds.model.RdsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
subscriptionName
The name of the RDS event notification subscription you want to remove a source identifier from.
- Parameters:
subscriptionName- The name of the RDS event notification subscription you want to remove a source identifier from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RemoveSourceIdentifierFromSubscriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RemoveSourceIdentifierFromSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-