Interface ListenerTlsFileCertificate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListenerTlsFileCertificate.Builder,ListenerTlsFileCertificate>,SdkBuilder<ListenerTlsFileCertificate.Builder,ListenerTlsFileCertificate>,SdkPojo
- Enclosing class:
- ListenerTlsFileCertificate
public static interface ListenerTlsFileCertificate.Builder extends SdkPojo, CopyableBuilder<ListenerTlsFileCertificate.Builder,ListenerTlsFileCertificate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListenerTlsFileCertificate.BuildercertificateChain(String certificateChain)The certificate chain for the certificate.ListenerTlsFileCertificate.BuilderprivateKey(String privateKey)The private key for a certificate stored on the file system of the virtual node that the proxy is running on.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
certificateChain
ListenerTlsFileCertificate.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
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.
- Parameters:
privateKey- The private key for a certificate stored on the file system of the virtual node that the proxy is running on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-