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

# UpdateAdCounterHistogramRequest.Builder


`
public
static
final

class
UpdateAdCounterHistogramRequest.Builder
`


`

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


`

`


`

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

<br />

*** ** * ** ***

Builder for [UpdateAdCounterHistogramRequest](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/UpdateAdCounterHistogramRequest) objects.

## Summary

|                                                                                                                                                                                                ### Public constructors                                                                                                                                                                                                ||
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|
| ` `[Builder](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/UpdateAdCounterHistogramRequest.Builder#Builder(long,%20int,%20android.adservices.common.AdTechIdentifier))`(long adSelectionId, int adEventType, `[AdTechIdentifier](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/common/AdTechIdentifier)` callerAdTech) ` |

|                                                                                                                                                                                                                                                                                                                                                            ### Public methods                                                                                                                                                                                                                                                                                                                                                            ||
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| ` `[UpdateAdCounterHistogramRequest](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/UpdateAdCounterHistogramRequest)                 | ` `[build](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/UpdateAdCounterHistogramRequest.Builder#build())`() ` Builds the [UpdateAdCounterHistogramRequest](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/UpdateAdCounterHistogramRequest) object.                                                                                                                                                                                         |
| ` `[UpdateAdCounterHistogramRequest.Builder](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/UpdateAdCounterHistogramRequest.Builder) | ` `[setAdEventType](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/UpdateAdCounterHistogramRequest.Builder#setAdEventType(int))`(int adEventType) ` Sets the ad event type which, along with an ad's counter keys, identifies which histogram should be updated.                                                                                                                                                                                                                               |
| ` `[UpdateAdCounterHistogramRequest.Builder](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/UpdateAdCounterHistogramRequest.Builder) | ` `[setAdSelectionId](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/UpdateAdCounterHistogramRequest.Builder#setAdSelectionId(long))`(long adSelectionId) ` Sets the ad selection ID with which the rendered ad's events are associated.                                                                                                                                                                                                                                                       |
| ` `[UpdateAdCounterHistogramRequest.Builder](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/UpdateAdCounterHistogramRequest.Builder) | ` `[setCallerAdTech](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/UpdateAdCounterHistogramRequest.Builder#setCallerAdTech(android.adservices.common.AdTechIdentifier))`(`[AdTechIdentifier](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/common/AdTechIdentifier)` callerAdTech) ` Sets the caller adtech entity's [AdTechIdentifier](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/common/AdTechIdentifier). |

| ### 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 (long adSelectionId, 
                int adEventType, 
                AdTechIdentifier callerAdTech)
```

<br />

<br />

|                                Parameters                                ||
|-----------------|---------------------------------------------------------|
| `adSelectionId` | `long` <br />                                           |
| `adEventType`   | `int` <br />                                            |
| `callerAdTech`  | `AdTechIdentifier`: This value cannot be `null`. <br /> |

## Public methods

### build

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

```
public UpdateAdCounterHistogramRequest build ()
```

Builds the [UpdateAdCounterHistogramRequest](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/UpdateAdCounterHistogramRequest) object.

<br />

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

### setAdEventType

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

```
public UpdateAdCounterHistogramRequest.Builder setAdEventType (int adEventType)
```

Sets the ad event type which, along with an ad's counter keys, identifies which histogram
should be updated.

See [UpdateAdCounterHistogramRequest.getAdEventType()](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/UpdateAdCounterHistogramRequest#getAdEventType()) for more information.

<br />

|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Parameters                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ||
|---------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `adEventType` | `int`: Value is android.adservices.common.FrequencyCapFilters.AD_EVENT_TYPE_INVALID, [FrequencyCapFilters.AD_EVENT_TYPE_WIN](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/common/FrequencyCapFilters#AD_EVENT_TYPE_WIN), [FrequencyCapFilters.AD_EVENT_TYPE_IMPRESSION](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/common/FrequencyCapFilters#AD_EVENT_TYPE_IMPRESSION), [FrequencyCapFilters.AD_EVENT_TYPE_VIEW](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/common/FrequencyCapFilters#AD_EVENT_TYPE_VIEW), [FrequencyCapFilters.AD_EVENT_TYPE_CLICK](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/common/FrequencyCapFilters#AD_EVENT_TYPE_CLICK), android.adservices.common.FrequencyCapFilters.AD_EVENT_TYPE_MIN, or android.adservices.common.FrequencyCapFilters.AD_EVENT_TYPE_MAX <br /> |

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

### setAdSelectionId

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

```
public UpdateAdCounterHistogramRequest.Builder setAdSelectionId (long adSelectionId)
```

Sets the ad selection ID with which the rendered ad's events are associated.

See [UpdateAdCounterHistogramRequest.getAdSelectionId()](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/UpdateAdCounterHistogramRequest#getAdSelectionId()) for more information.

<br />

|           Parameters           ||
|-----------------|---------------|
| `adSelectionId` | `long` <br /> |

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

### setCallerAdTech

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

```
public UpdateAdCounterHistogramRequest.Builder setCallerAdTech (AdTechIdentifier callerAdTech)
```

Sets the caller adtech entity's [AdTechIdentifier](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/common/AdTechIdentifier).

See [UpdateAdCounterHistogramRequest.getCallerAdTech()](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/UpdateAdCounterHistogramRequest#getCallerAdTech()) for more information.

<br />

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

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