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

# PersistAdSelectionResultRequest.Builder

`
public
static
final

class
PersistAdSelectionResultRequest.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.PersistAdSelectionResultRequest.Builder |

<br />

*** ** * ** ***

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

## Summary

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

|                                                                                                                                                                                                                                                                                                                                          ### Public methods                                                                                                                                                                                                                                                                                                                                           ||
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| ` `[PersistAdSelectionResultRequest](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/PersistAdSelectionResultRequest)                 | ` `[build](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/PersistAdSelectionResultRequest.Builder#build())`() ` Builds a[PersistAdSelectionResultRequest](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/PersistAdSelectionResultRequest)instance.                                                                                                                                                        |
| ` `[PersistAdSelectionResultRequest.Builder](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/PersistAdSelectionResultRequest.Builder) | ` `[setAdSelectionId](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/PersistAdSelectionResultRequest.Builder#setAdSelectionId(long))`(long adSelectionId) ` Sets the ad selection id[Long](https://developer.android.com/reference/java/lang/Long).                                                                                                                                                                                                         |
| ` `[PersistAdSelectionResultRequest.Builder](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/PersistAdSelectionResultRequest.Builder) | ` `[setAdSelectionResult](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/PersistAdSelectionResultRequest.Builder#setAdSelectionResult(byte[]))`(byte[] adSelectionResult) ` Sets the ad selection result[String](https://developer.android.com/reference/java/lang/String).                                                                                                                                                                                 |
| ` `[PersistAdSelectionResultRequest.Builder](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/PersistAdSelectionResultRequest.Builder) | ` `[setSeller](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/PersistAdSelectionResultRequest.Builder#setSeller(android.adservices.common.AdTechIdentifier))`(`[AdTechIdentifier](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/common/AdTechIdentifier)` seller) ` Sets the seller[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 ()
```

<br />

<br />

## Public methods

### build

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

```
public PersistAdSelectionResultRequest build ()
```

Builds a[PersistAdSelectionResultRequest](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/adselection/PersistAdSelectionResultRequest)instance.

<br />

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

|                                                                  Throws                                                                  ||
|--------------------------------------------------------------------------------------------------------|----------------------------------|
| [IllegalArgumentException](https://developer.android.com/reference/java/lang/IllegalArgumentException) | if the adSelectionIid is not set |

### setAdSelectionId

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

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

Sets the ad selection id[Long](https://developer.android.com/reference/java/lang/Long).

<br />

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

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

### setAdSelectionResult

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

```
public PersistAdSelectionResultRequest.Builder setAdSelectionResult (byte[] adSelectionResult)
```

Sets the ad selection result[String](https://developer.android.com/reference/java/lang/String).

<br />

|                          Parameters                          ||
|---------------------|-----------------------------------------|
| `adSelectionResult` | `byte`: This value may be`null`. <br /> |

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

### setSeller

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

```
public PersistAdSelectionResultRequest.Builder setSeller (AdTechIdentifier seller)
```

Sets the seller[AdTechIdentifier](https://developer.android.com/design-for-safety/privacy-sandbox/reference/adservices/common/AdTechIdentifier).

<br />

|                          Parameters                           ||
|----------|-----------------------------------------------------|
| `seller` | `AdTechIdentifier`: This value may be`null`. <br /> |

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