Interface AddPartnerRequest.Builder

    • Method Detail

      • accountId

        AddPartnerRequest.Builder accountId​(String accountId)

        The Amazon Web Services account ID that owns the cluster.

        Parameters:
        accountId - The Amazon Web Services account ID that owns the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clusterIdentifier

        AddPartnerRequest.Builder clusterIdentifier​(String clusterIdentifier)

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

        Parameters:
        clusterIdentifier - The cluster identifier of the cluster that receives data from the partner.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseName

        AddPartnerRequest.Builder databaseName​(String databaseName)

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

        Parameters:
        databaseName - The name of the database that receives data from the partner.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • partnerName

        AddPartnerRequest.Builder partnerName​(String partnerName)

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

        Parameters:
        partnerName - The name of the partner that is authorized to send data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.