Interface PartnerIntegrationInfo.Builder

  • Method Details

    • databaseName

      PartnerIntegrationInfo.Builder databaseName(String databaseName)

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

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

      PartnerIntegrationInfo.Builder partnerName(String partnerName)

      The name of the partner.

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

      The partner integration status.

      Parameters:
      status - The partner integration status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The partner integration status.

      Parameters:
      status - The partner integration status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusMessage

      PartnerIntegrationInfo.Builder statusMessage(String statusMessage)

      The status message provided by the partner.

      Parameters:
      statusMessage - The status message provided by the partner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The date (UTC) that the partner integration was created.

      Parameters:
      createdAt - The date (UTC) that the partner integration was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      The date (UTC) that the partner integration status was last updated by the partner.

      Parameters:
      updatedAt - The date (UTC) that the partner integration status was last updated by the partner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.