Interface CookieSynchronizationConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CookieSynchronizationConfiguration.Builder,,- CookieSynchronizationConfiguration> - SdkBuilder<CookieSynchronizationConfiguration.Builder,,- CookieSynchronizationConfiguration> - SdkPojo
- Enclosing class:
- CookieSynchronizationConfiguration
- 
Method SummaryModifier and TypeMethodDescriptionallowlist(Collection<CookieSpecification> allowlist) The list of cookie specifications that are allowed to be synchronized to the remote browser.allowlist(Consumer<CookieSpecification.Builder>... allowlist) The list of cookie specifications that are allowed to be synchronized to the remote browser.allowlist(CookieSpecification... allowlist) The list of cookie specifications that are allowed to be synchronized to the remote browser.blocklist(Collection<CookieSpecification> blocklist) The list of cookie specifications that are blocked from being synchronized to the remote browser.blocklist(Consumer<CookieSpecification.Builder>... blocklist) The list of cookie specifications that are blocked from being synchronized to the remote browser.blocklist(CookieSpecification... blocklist) The list of cookie specifications that are blocked from being synchronized to the remote browser.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
allowlistThe list of cookie specifications that are allowed to be synchronized to the remote browser. - Parameters:
- allowlist- The list of cookie specifications that are allowed to be synchronized to the remote browser.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
allowlistThe list of cookie specifications that are allowed to be synchronized to the remote browser. - Parameters:
- allowlist- The list of cookie specifications that are allowed to be synchronized to the remote browser.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
allowlistCookieSynchronizationConfiguration.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.Builderavoiding the need to create one manually viaCookieSpecification.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toallowlist(List<CookieSpecification>).- Parameters:
- allowlist- a consumer that will call methods on- CookieSpecification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
blocklistThe list of cookie specifications that are blocked from being synchronized to the remote browser. - Parameters:
- blocklist- The list of cookie specifications that are blocked from being synchronized to the remote browser.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
blocklistThe list of cookie specifications that are blocked from being synchronized to the remote browser. - Parameters:
- blocklist- The list of cookie specifications that are blocked from being synchronized to the remote browser.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
blocklistCookieSynchronizationConfiguration.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.Builderavoiding the need to create one manually viaCookieSpecification.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toblocklist(List<CookieSpecification>).- Parameters:
- blocklist- a consumer that will call methods on- CookieSpecification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-