Interface GetProfileHistoryRecordResponse.Builder

  • Method Details

    • id

      The unique identifier of the profile history record.

      Parameters:
      id - The unique identifier of the profile history record.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • objectTypeName

      GetProfileHistoryRecordResponse.Builder objectTypeName(String objectTypeName)

      The name of the profile object type.

      Parameters:
      objectTypeName - The name of the profile object type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The timestamp of when the profile history record was created.

      Parameters:
      createdAt - The timestamp of when the profile history record was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedAt

      GetProfileHistoryRecordResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)

      The timestamp of when the profile history record was last updated.

      Parameters:
      lastUpdatedAt - The timestamp of when the profile history record was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • actionType

      The action type of the profile history record.

      Parameters:
      actionType - The action type of the profile history record.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • actionType

      The action type of the profile history record.

      Parameters:
      actionType - The action type of the profile history record.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • profileObjectUniqueKey

      GetProfileHistoryRecordResponse.Builder profileObjectUniqueKey(String profileObjectUniqueKey)

      The unique identifier of the profile object generated by the service.

      Parameters:
      profileObjectUniqueKey - The unique identifier of the profile object generated by the service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • content

      A string containing the customer profile, profile object, or profile key content.

      Parameters:
      content - A string containing the customer profile, profile object, or profile key content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • performedBy

      The Amazon Resource Name (ARN) of the person or service principal who performed the action.

      Parameters:
      performedBy - The Amazon Resource Name (ARN) of the person or service principal who performed the action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.