public static final class CfnVirtualNode.ListenerTlsFileCertificateProperty.Builder
extends java.lang.Object
CfnVirtualNode.ListenerTlsFileCertificateProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnVirtualNode.ListenerTlsFileCertificateProperty |
build()
Builds the configured instance.
|
CfnVirtualNode.ListenerTlsFileCertificateProperty.Builder |
certificateChain(java.lang.String certificateChain)
Sets the value of
CfnVirtualNode.ListenerTlsFileCertificateProperty.getCertificateChain() |
CfnVirtualNode.ListenerTlsFileCertificateProperty.Builder |
privateKey(java.lang.String privateKey)
Sets the value of
CfnVirtualNode.ListenerTlsFileCertificateProperty.getPrivateKey() |
public CfnVirtualNode.ListenerTlsFileCertificateProperty.Builder certificateChain(java.lang.String certificateChain)
CfnVirtualNode.ListenerTlsFileCertificateProperty.getCertificateChain()
certificateChain
- The certificate chain for the certificate. This parameter is required.this
public CfnVirtualNode.ListenerTlsFileCertificateProperty.Builder privateKey(java.lang.String privateKey)
CfnVirtualNode.ListenerTlsFileCertificateProperty.getPrivateKey()
privateKey
- The private key for a certificate stored on the file system of the virtual node that the proxy is running on. This parameter is required.this
public CfnVirtualNode.ListenerTlsFileCertificateProperty build()
CfnVirtualNode.ListenerTlsFileCertificateProperty
java.lang.NullPointerException
- if any required attribute was not provided