[**Added in Android UpsideDownCakePrivacySandbox**](https://developer.android.com/preview)  
Summary:[Ctors](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/EventLogRecord.Builder#pubctors)\|[Methods](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/EventLogRecord.Builder#pubmethods)\|[Inherited Methods](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/EventLogRecord.Builder#inhmethods)  

# EventLogRecord.Builder

`
public
static
final

class
EventLogRecord.Builder
`  
`

extends `[Object](https://developer.android.com/reference/java/lang/Object)`


``


`

|---|-------------------------------------------------------------------|
| [java.lang.Object](https://developer.android.com/reference/java/lang/Object) ||
| ↳ | android.adservices.ondevicepersonalization.EventLogRecord.Builder |

<br />

*** ** * ** ***

A builder for[EventLogRecord](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/EventLogRecord)

## Summary

|                                                                       ### Public constructors                                                                       ||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|
| ` `[Builder](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/EventLogRecord.Builder#Builder())`() ` |

|                                                                                                                                                                                                                                                                                                                                                                                    ### Public methods                                                                                                                                                                                                                                                                                                                                                                                    ||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| ` `[EventLogRecord](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/EventLogRecord)                 | ` `[build](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/EventLogRecord.Builder#build())`() ` Builds the instance.                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| ` `[EventLogRecord.Builder](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/EventLogRecord.Builder) | ` `[setData](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/EventLogRecord.Builder#setData(android.content.ContentValues))`(`[ContentValues](https://developer.android.com/reference/android/content/ContentValues)` value) ` Additional data to be logged.                                                                                                                                                                                                                                                                                              |
| ` `[EventLogRecord.Builder](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/EventLogRecord.Builder) | ` `[setRequestLogRecord](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/EventLogRecord.Builder#setRequestLogRecord(android.adservices.ondevicepersonalization.RequestLogRecord))`(`[RequestLogRecord](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/RequestLogRecord)` value) ` The existing[RequestLogRecord](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/RequestLogRecord)that this payload should be associated with. |
| ` `[EventLogRecord.Builder](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/EventLogRecord.Builder) | ` `[setRowIndex](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/EventLogRecord.Builder#setRowIndex(int))`(int value) ` The index of the row in an existing[RequestLogRecord](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/RequestLogRecord)that this payload should be associated with.                                                                                                                                                                                                  |
| ` `[EventLogRecord.Builder](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/EventLogRecord.Builder) | ` `[setType](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/EventLogRecord.Builder#setType(int))`(int value) ` The service-assigned identifier that identifies this payload.                                                                                                                                                                                                                                                                                                                                                                             |

| ### Inherited methods |
|-----------------------|---|
| From class` `[java.lang.Object](https://developer.android.com/reference/java/lang/Object)` ` |--------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ` `[Object](https://developer.android.com/reference/java/lang/Object)          | ` `[clone](https://developer.android.com/reference/java/lang/Object#clone())`() ` Creates and returns a copy of this object.                                                                                                                                                      | | ` boolean`                                                                     | ` `[equals](https://developer.android.com/reference/java/lang/Object#equals(java.lang.Object))`(`[Object](https://developer.android.com/reference/java/lang/Object)` obj) ` Indicates whether some other object is "equal to" this one.                                           | | ` void`                                                                        | ` `[finalize](https://developer.android.com/reference/java/lang/Object#finalize())`() ` Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.                                                          | | ` final `[Class](https://developer.android.com/reference/java/lang/Class)`<?>` | ` `[getClass](https://developer.android.com/reference/java/lang/Object#getClass())`() ` Returns the runtime class of this`Object`.                                                                                                                                                | | ` int`                                                                         | ` `[hashCode](https://developer.android.com/reference/java/lang/Object#hashCode())`() ` Returns a hash code value for the object.                                                                                                                                                 | | ` final void`                                                                  | ` `[notify](https://developer.android.com/reference/java/lang/Object#notify())`() ` Wakes up a single thread that is waiting on this object's monitor.                                                                                                                            | | ` final void`                                                                  | ` `[notifyAll](https://developer.android.com/reference/java/lang/Object#notifyAll())`() ` Wakes up all threads that are waiting on this object's monitor.                                                                                                                         | | ` `[String](https://developer.android.com/reference/java/lang/String)          | ` `[toString](https://developer.android.com/reference/java/lang/Object#toString())`() ` Returns a string representation of the object.                                                                                                                                            | | ` final void`                                                                  | ` `[wait](https://developer.android.com/reference/java/lang/Object#wait(long,%20int))`(long timeoutMillis, int nanos) ` Causes the current thread to wait until it is awakened, typically by being*notified* or*interrupted*, or until a certain amount of real time has elapsed. | | ` final void`                                                                  | ` `[wait](https://developer.android.com/reference/java/lang/Object#wait(long))`(long timeoutMillis) ` Causes the current thread to wait until it is awakened, typically by being*notified* or*interrupted*, or until a certain amount of real time has elapsed.                   | | ` final void`                                                                  | ` `[wait](https://developer.android.com/reference/java/lang/Object#wait())`() ` Causes the current thread to wait until it is awakened, typically by being*notified* or*interrupted*.                                                                                             | ||

## Public constructors

### Builder

[**Added in Android UpsideDownCakePrivacySandbox**](https://developer.android.com/preview)  

```
public Builder ()
```

<br />

<br />

## Public methods

### build

[**Added in Android UpsideDownCakePrivacySandbox**](https://developer.android.com/preview)  

```
public EventLogRecord build ()
```

Builds the instance. This builder should not be touched after calling this!

<br />

|                                                                                      Returns                                                                                      ||
|-----------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------|
| [EventLogRecord](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/EventLogRecord) | This value cannot be`null`. <br /> |

### setData

[**Added in Android UpsideDownCakePrivacySandbox**](https://developer.android.com/preview)  

```
public EventLogRecord.Builder setData (ContentValues value)
```

Additional data to be logged. Can be null if no additional data needs to be written as part of the event, and only the occurrence of the event needs to be logged.

<br />

|                          Parameters                          ||
|---------|-----------------------------------------------------|
| `value` | `ContentValues`: This value cannot be`null`. <br /> |

|                                                                                Returns                                                                                ||
|---------------------------------------------------------------------------------------------------------------------------------------------------------------|--------|
| [EventLogRecord.Builder](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/EventLogRecord.Builder) | <br /> |

### setRequestLogRecord

[**Added in Android UpsideDownCakePrivacySandbox**](https://developer.android.com/preview)  

```
public EventLogRecord.Builder setRequestLogRecord (RequestLogRecord value)
```

The existing[RequestLogRecord](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/RequestLogRecord)that this payload should be associated with.

<br />

|                           Parameters                            ||
|---------|--------------------------------------------------------|
| `value` | `RequestLogRecord`: This value cannot be`null`. <br /> |

|                                                                                              Returns                                                                                              ||
|---------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------|
| [EventLogRecord.Builder](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/EventLogRecord.Builder) | This value cannot be`null`. <br /> |

### setRowIndex

[**Added in Android UpsideDownCakePrivacySandbox**](https://developer.android.com/preview)  

```
public EventLogRecord.Builder setRowIndex (int value)
```

The index of the row in an existing[RequestLogRecord](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/RequestLogRecord)that this payload should be associated with.

<br />

|                  Parameters                  ||
|---------|-------------------------------------|
| `value` | `int`: Value is 0 or greater <br /> |

|                                                                                              Returns                                                                                              ||
|---------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------|
| [EventLogRecord.Builder](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/EventLogRecord.Builder) | This value cannot be`null`. <br /> |

### setType

[**Added in Android UpsideDownCakePrivacySandbox**](https://developer.android.com/preview)  

```
public EventLogRecord.Builder setType (int value)
```

The service-assigned identifier that identifies this payload. Each row in[RequestLogRecord](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/RequestLogRecord)can be associated with up to one event of a specified type. The platform drops events if another event with the same type already exists for a row in[RequestLogRecord](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/RequestLogRecord). Must be \>0 and \<128. This allows up to 127 events to be written for each row in[RequestLogRecord](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/RequestLogRecord).

<br />

|                         Parameters                          ||
|---------|----------------------------------------------------|
| `value` | `int`: Value is between 1 and 127 inclusive <br /> |

|                                                                                              Returns                                                                                              ||
|---------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------|
| [EventLogRecord.Builder](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/ondevicepersonalization/EventLogRecord.Builder) | This value cannot be`null`. <br /> |