Interface DetectedProfileObjectType.Builder

    • Method Detail

      • sourceLastUpdatedTimestampFormat

        DetectedProfileObjectType.Builder sourceLastUpdatedTimestampFormat​(String sourceLastUpdatedTimestampFormat)

        The format of sourceLastUpdatedTimestamp that was detected in fields.

        Parameters:
        sourceLastUpdatedTimestampFormat - The format of sourceLastUpdatedTimestamp that was detected in fields.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fields

        DetectedProfileObjectType.Builder fields​(Map<String,​ObjectTypeField> fields)

        A map of the name and the ObjectType field.

        Parameters:
        fields - A map of the name and the ObjectType field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keys

        DetectedProfileObjectType.Builder keys​(Map<String,​? extends Collection<ObjectTypeKey>> keys)

        A list of unique keys that can be used to map data to a profile.

        Parameters:
        keys - A list of unique keys that can be used to map data to a profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.