Interface RemoveSourceIdentifierFromSubscriptionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<RemoveSourceIdentifierFromSubscriptionRequest.Builder,RemoveSourceIdentifierFromSubscriptionRequest>
,RdsRequest.Builder
,SdkBuilder<RemoveSourceIdentifierFromSubscriptionRequest.Builder,RemoveSourceIdentifierFromSubscriptionRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- RemoveSourceIdentifierFromSubscriptionRequest
public static interface RemoveSourceIdentifierFromSubscriptionRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<RemoveSourceIdentifierFromSubscriptionRequest.Builder,RemoveSourceIdentifierFromSubscriptionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoveSourceIdentifierFromSubscriptionRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
RemoveSourceIdentifierFromSubscriptionRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
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.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
subscriptionName
RemoveSourceIdentifierFromSubscriptionRequest.Builder subscriptionName(String 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
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.
- 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:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
RemoveSourceIdentifierFromSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-