public static class DockerCertificates.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
private Path |
caCertPath |
private Path |
clientCertPath |
private Path |
clientKeyPath |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<DockerCertificates> |
build() |
DockerCertificates.Builder |
caCertPath(Path caCertPath) |
DockerCertificates.Builder |
clientCertPath(Path clientCertPath) |
DockerCertificates.Builder |
clientKeyPath(Path clientKeyPath) |
DockerCertificates.Builder |
dockerCertPath(Path dockerCertPath) |
private Path caCertPath
private Path clientKeyPath
private Path clientCertPath
public DockerCertificates.Builder dockerCertPath(Path dockerCertPath)
public DockerCertificates.Builder caCertPath(Path caCertPath)
public DockerCertificates.Builder clientKeyPath(Path clientKeyPath)
public DockerCertificates.Builder clientCertPath(Path clientCertPath)
public com.google.common.base.Optional<DockerCertificates> build() throws DockerCertificateException
DockerCertificateExceptionCopyright © 2015. All rights reserved.