public static interface SslConfiguration.Builder extends CopyableBuilder<SslConfiguration.Builder,SslConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SslConfiguration.Builder |
certificate(String certificate)
The contents of the certificate's domain.crt file.
|
SslConfiguration.Builder |
chain(String chain)
Optional.
|
SslConfiguration.Builder |
privateKey(String privateKey)
The private key; the contents of the certificate's domain.kex file.
|
copyapply, buildSslConfiguration.Builder certificate(String certificate)
The contents of the certificate's domain.crt file.
certificate - The contents of the certificate's domain.crt file.SslConfiguration.Builder privateKey(String privateKey)
The private key; the contents of the certificate's domain.kex file.
privateKey - The private key; the contents of the certificate's domain.kex file.SslConfiguration.Builder chain(String chain)
Optional. Can be used to specify an intermediate certificate authority key or client authentication.
chain - Optional. Can be used to specify an intermediate certificate authority key or client authentication.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.