Interface AddProfileKeyRequest.Builder

    • Method Detail

      • profileId

        AddProfileKeyRequest.Builder profileId​(String profileId)

        The unique identifier of a customer profile.

        Parameters:
        profileId - The unique identifier of a customer profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keyName

        AddProfileKeyRequest.Builder keyName​(String keyName)

        A searchable identifier of a customer profile. The predefined keys you can use include: _account, _profileId, _assetId, _caseId, _orderId, _fullName, _phone, _email, _ctrContactId, _marketoLeadId, _salesforceAccountId, _salesforceContactId, _salesforceAssetId, _zendeskUserId, _zendeskExternalId, _zendeskTicketId, _serviceNowSystemId, _serviceNowIncidentId, _segmentUserId, _shopifyCustomerId, _shopifyOrderId.

        Parameters:
        keyName - A searchable identifier of a customer profile. The predefined keys you can use include: _account, _profileId, _assetId, _caseId, _orderId, _fullName, _phone, _email, _ctrContactId, _marketoLeadId, _salesforceAccountId, _salesforceContactId, _salesforceAssetId, _zendeskUserId, _zendeskExternalId, _zendeskTicketId, _serviceNowSystemId, _serviceNowIncidentId, _segmentUserId, _shopifyCustomerId, _shopifyOrderId.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        AddProfileKeyRequest.Builder values​(Collection<String> values)

        A list of key values.

        Parameters:
        values - A list of key values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        AddProfileKeyRequest.Builder values​(String... values)

        A list of key values.

        Parameters:
        values - A list of key values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainName

        AddProfileKeyRequest.Builder domainName​(String domainName)

        The unique name of the domain.

        Parameters:
        domainName - The unique name of the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.