public static class ClientCertificate.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ClientCertificate |
build() |
ClientCertificate.Builder |
content(String content)
Content of the client certificate file.
|
ClientCertificate.Builder |
copy(ClientCertificate model) |
ClientCertificate.Builder |
fileName(String fileName)
Name of the certificate file.
|
public ClientCertificate.Builder fileName(String fileName)
Name of the certificate file. The name should not contain any confidential information.
fileName
- the value to setpublic ClientCertificate.Builder content(String content)
Content of the client certificate file.
content
- the value to setpublic ClientCertificate build()
public ClientCertificate.Builder copy(ClientCertificate model)
Copyright © 2016–2024. All rights reserved.