@Stability(value=Stable) public static final class CfnApp.SslConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApp.SslConfigurationProperty>
CfnApp.SslConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApp.SslConfigurationProperty |
build()
Builds the configured instance.
|
CfnApp.SslConfigurationProperty.Builder |
certificate(String certificate)
Sets the value of
CfnApp.SslConfigurationProperty.getCertificate() |
CfnApp.SslConfigurationProperty.Builder |
chain(String chain)
Sets the value of
CfnApp.SslConfigurationProperty.getChain() |
CfnApp.SslConfigurationProperty.Builder |
privateKey(String privateKey)
Sets the value of
CfnApp.SslConfigurationProperty.getPrivateKey() |
@Stability(value=Stable) public CfnApp.SslConfigurationProperty.Builder certificate(String certificate)
CfnApp.SslConfigurationProperty.getCertificate()certificate - The contents of the certificate's domain.crt file.this@Stability(value=Stable) public CfnApp.SslConfigurationProperty.Builder chain(String chain)
CfnApp.SslConfigurationProperty.getChain()chain - Optional.
Can be used to specify an intermediate certificate authority key or client authentication.this@Stability(value=Stable) public CfnApp.SslConfigurationProperty.Builder privateKey(String privateKey)
CfnApp.SslConfigurationProperty.getPrivateKey()privateKey - The private key;.
the contents of the certificate's domain.kex file.this@Stability(value=Stable) public CfnApp.SslConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnApp.SslConfigurationProperty>CfnApp.SslConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.