Interface AddSourceIdentifierToSubscriptionRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<AddSourceIdentifierToSubscriptionRequest.Builder,AddSourceIdentifierToSubscriptionRequest>, DocDbRequest.Builder, SdkBuilder<AddSourceIdentifierToSubscriptionRequest.Builder,AddSourceIdentifierToSubscriptionRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
AddSourceIdentifierToSubscriptionRequest

public static interface AddSourceIdentifierToSubscriptionRequest.Builder extends DocDbRequest.Builder, SdkPojo, CopyableBuilder<AddSourceIdentifierToSubscriptionRequest.Builder,AddSourceIdentifierToSubscriptionRequest>
  • Method Details

    • subscriptionName

      AddSourceIdentifierToSubscriptionRequest.Builder subscriptionName(String subscriptionName)

      The name of the Amazon DocumentDB event notification subscription that you want to add a source identifier to.

      Parameters:
      subscriptionName - The name of the Amazon DocumentDB event notification subscription that 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:

      • 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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.