public static interface AddSourceIdentifierToSubscriptionRequest.Builder extends DocDbRequest.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 Amazon DocumentDB event notification subscription that you want to add a source identifier
to.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddSourceIdentifierToSubscriptionRequest.Builder subscriptionName(String subscriptionName)
The name of the Amazon DocumentDB event notification subscription that you want to add a source identifier to.
subscriptionName - The name of the Amazon DocumentDB event notification subscription that you want to add a source
identifier to.AddSourceIdentifierToSubscriptionRequest.Builder sourceIdentifier(String sourceIdentifier)
The identifier of the event source to be added:
If the source type is an instance, a DBInstanceIdentifier must be provided.
If the source type is a security group, a DBSecurityGroupName must be provided.
If the source type is a parameter group, a DBParameterGroupName must be provided.
If the source type is a snapshot, a DBSnapshotIdentifier must be provided.
sourceIdentifier - The identifier of the event source to be added:
If the source type is an instance, a DBInstanceIdentifier must be provided.
If the source type is a security group, a DBSecurityGroupName must be provided.
If the source type is a parameter group, a DBParameterGroupName must be provided.
If the source type is a snapshot, a DBSnapshotIdentifier must be provided.
AddSourceIdentifierToSubscriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddSourceIdentifierToSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.