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