Class AddPartnerRequest

    • Method Detail

      • accountId

        public final String accountId()

        The Amazon Web Services account ID that owns the cluster.

        Returns:
        The Amazon Web Services account ID that owns the cluster.
      • clusterIdentifier

        public final String clusterIdentifier()

        The cluster identifier of the cluster that receives data from the partner.

        Returns:
        The cluster identifier of the cluster that receives data from the partner.
      • databaseName

        public final String databaseName()

        The name of the database that receives data from the partner.

        Returns:
        The name of the database that receives data from the partner.
      • partnerName

        public final String partnerName()

        The name of the partner that is authorized to send data.

        Returns:
        The name of the partner that is authorized to send data.
      • 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