public static final class HttpsProtocol.Builder
extends java.lang.Object
HttpsProtocol.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
HttpsProtocol. |
| Modifier and Type | Method and Description |
|---|---|
HttpsProtocol |
build() |
HttpsProtocol.Builder |
setAuthenticationScheme(BasicAuthenticationScheme authenticationScheme) |
HttpsProtocol.Builder |
setSha256Thumbprint(java.lang.String sha256Thumbprint)
SSL thumbprint of server
|
public Builder()
HttpsProtocol.public HttpsProtocol.Builder setAuthenticationScheme(BasicAuthenticationScheme authenticationScheme)
authenticationScheme - New value for the property.public HttpsProtocol.Builder setSha256Thumbprint(java.lang.String sha256Thumbprint)
sha256Thumbprint - New value for the property.public HttpsProtocol build()