Interface PartnerIntegrationInfo.Builder

    • Method Detail

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

        PartnerIntegrationInfo.Builder createdAt​(Instant 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

        PartnerIntegrationInfo.Builder updatedAt​(Instant 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.