public static interface ListenerTlsFileCertificate.Builder extends SdkPojo, CopyableBuilder<ListenerTlsFileCertificate.Builder,ListenerTlsFileCertificate>
| Modifier and Type | Method and Description |
|---|---|
ListenerTlsFileCertificate.Builder |
certificateChain(String certificateChain)
The certificate chain for the certificate.
|
ListenerTlsFileCertificate.Builder |
privateKey(String privateKey)
The private key for a certificate stored on the file system of the virtual node that the proxy is running on.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListenerTlsFileCertificate.Builder certificateChain(String certificateChain)
The certificate chain for the certificate.
certificateChain - The certificate chain for the certificate.ListenerTlsFileCertificate.Builder privateKey(String privateKey)
The private key for a certificate stored on the file system of the virtual node that the proxy is running on.
privateKey - The private key for a certificate stored on the file system of the virtual node that the proxy is
running on.Copyright © 2021. All rights reserved.