Interface VirtualGatewayListenerTlsFileCertificate.Builder

All Superinterfaces:
Buildable, CopyableBuilder<VirtualGatewayListenerTlsFileCertificate.Builder,VirtualGatewayListenerTlsFileCertificate>, SdkBuilder<VirtualGatewayListenerTlsFileCertificate.Builder,VirtualGatewayListenerTlsFileCertificate>, SdkPojo
Enclosing class:
VirtualGatewayListenerTlsFileCertificate

public static interface VirtualGatewayListenerTlsFileCertificate.Builder extends SdkPojo, CopyableBuilder<VirtualGatewayListenerTlsFileCertificate.Builder,VirtualGatewayListenerTlsFileCertificate>
  • Method Details

    • certificateChain

      VirtualGatewayListenerTlsFileCertificate.Builder certificateChain(String certificateChain)

      The certificate chain for the certificate.

      Parameters:
      certificateChain - The certificate chain for the certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • privateKey

      The private key for a certificate stored on the file system of the mesh endpoint that the proxy is running on.

      Parameters:
      privateKey - The private key for a certificate stored on the file system of the mesh endpoint that the proxy is running on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.