Class AddSourceIdentifierToSubscriptionRequest

    • Method Detail

      • subscriptionName

        public final String subscriptionName()

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

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

        public final 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.

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

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object