Class EventingFunctionUrlBinding.Builder
java.lang.Object
com.couchbase.client.java.manager.eventing.EventingFunctionUrlBinding.Builder
- Enclosing class:
- EventingFunctionUrlBinding
Allows configuring properties for the 
EventingFunctionUrlBinding.- 
Method SummaryModifier and TypeMethodDescriptionallowCookies(boolean allowCookies) Set to true if cookies should be allowed.auth(EventingFunctionUrlAuth auth) Allows to configure the URL authentication mechanism that should be used.build()Builds the immutableEventingFunctionUrlBindingfor consumption.validateSslCertificate(boolean validateSslCertificate) Set to true if the SSL/TLS certificate should be validated.
- 
Method Details- 
allowCookiesSet to true if cookies should be allowed.- Parameters:
- allowCookies- true if cookies should be allowed.
- Returns:
- this EventingFunctionUrlBinding.Builderfor chaining purposes.
 
- 
validateSslCertificateSet to true if the SSL/TLS certificate should be validated.- Parameters:
- validateSslCertificate- true if the cert should be validated.
- Returns:
- this EventingFunctionUrlBinding.Builderfor chaining purposes.
 
- 
authAllows to configure the URL authentication mechanism that should be used.Please refer to the static builder options available on EventingFunctionUrlAuthfor more information.- Parameters:
- auth- the url authentication mechanism that should be used.
- Returns:
- this EventingFunctionUrlBinding.Builderfor chaining purposes.
 
- 
buildBuilds the immutableEventingFunctionUrlBindingfor consumption.
 
-