public static interface CookieSynchronizationConfiguration.Builder extends SdkPojo, CopyableBuilder<CookieSynchronizationConfiguration.Builder,CookieSynchronizationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
CookieSynchronizationConfiguration.Builder |
allowlist(Collection<CookieSpecification> allowlist)
The list of cookie specifications that are allowed to be synchronized to the remote browser.
|
CookieSynchronizationConfiguration.Builder |
allowlist(Consumer<CookieSpecification.Builder>... allowlist)
The list of cookie specifications that are allowed to be synchronized to the remote browser.
|
CookieSynchronizationConfiguration.Builder |
allowlist(CookieSpecification... allowlist)
The list of cookie specifications that are allowed to be synchronized to the remote browser.
|
CookieSynchronizationConfiguration.Builder |
blocklist(Collection<CookieSpecification> blocklist)
The list of cookie specifications that are blocked from being synchronized to the remote browser.
|
CookieSynchronizationConfiguration.Builder |
blocklist(Consumer<CookieSpecification.Builder>... blocklist)
The list of cookie specifications that are blocked from being synchronized to the remote browser.
|
CookieSynchronizationConfiguration.Builder |
blocklist(CookieSpecification... blocklist)
The list of cookie specifications that are blocked from being synchronized to the remote browser.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCookieSynchronizationConfiguration.Builder allowlist(Collection<CookieSpecification> allowlist)
The list of cookie specifications that are allowed to be synchronized to the remote browser.
allowlist - The list of cookie specifications that are allowed to be synchronized to the remote browser.CookieSynchronizationConfiguration.Builder allowlist(CookieSpecification... allowlist)
The list of cookie specifications that are allowed to be synchronized to the remote browser.
allowlist - The list of cookie specifications that are allowed to be synchronized to the remote browser.CookieSynchronizationConfiguration.Builder allowlist(Consumer<CookieSpecification.Builder>... allowlist)
The list of cookie specifications that are allowed to be synchronized to the remote browser.
This is a convenience method that creates an instance of theCookieSpecification.Builder avoiding the need to
create one manually via
CookieSpecification.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #allowlist(List.
allowlist - a consumer that will call methods on
CookieSpecification.Builder#allowlist(java.util.Collection) CookieSynchronizationConfiguration.Builder blocklist(Collection<CookieSpecification> blocklist)
The list of cookie specifications that are blocked from being synchronized to the remote browser.
blocklist - The list of cookie specifications that are blocked from being synchronized to the remote browser.CookieSynchronizationConfiguration.Builder blocklist(CookieSpecification... blocklist)
The list of cookie specifications that are blocked from being synchronized to the remote browser.
blocklist - The list of cookie specifications that are blocked from being synchronized to the remote browser.CookieSynchronizationConfiguration.Builder blocklist(Consumer<CookieSpecification.Builder>... blocklist)
The list of cookie specifications that are blocked from being synchronized to the remote browser.
This is a convenience method that creates an instance of theCookieSpecification.Builder avoiding the need to
create one manually via
CookieSpecification.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #blocklist(List.
blocklist - a consumer that will call methods on
CookieSpecification.Builder#blocklist(java.util.Collection) Copyright © 2023. All rights reserved.