public static class PrivateKey.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PrivateKey |
build() |
PrivateKey.Builder |
content(String content)
Content of the private key file.
|
PrivateKey.Builder |
copy(PrivateKey model) |
PrivateKey.Builder |
fileName(String fileName)
Name of the private key file.
|
public PrivateKey.Builder fileName(String fileName)
Name of the private key file.
fileName
- the value to setpublic PrivateKey.Builder content(String content)
Content of the private key file.
content
- the value to setpublic PrivateKey build()
public PrivateKey.Builder copy(PrivateKey model)
Copyright © 2016–2024. All rights reserved.