@Stability(value=Stable) public static final class CfnCertificateProps.Builder extends Object implements software.amazon.jsii.Builder<CfnCertificateProps>
CfnCertificateProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCertificateProps |
build()
Builds the configured instance.
|
CfnCertificateProps.Builder |
certificateIdentifier(String certificateIdentifier)
Sets the value of
CfnCertificateProps.getCertificateIdentifier() |
CfnCertificateProps.Builder |
certificatePem(String certificatePem)
Sets the value of
CfnCertificateProps.getCertificatePem() |
CfnCertificateProps.Builder |
certificateWallet(String certificateWallet)
Sets the value of
CfnCertificateProps.getCertificateWallet() |
@Stability(value=Stable) public CfnCertificateProps.Builder certificateIdentifier(String certificateIdentifier)
CfnCertificateProps.getCertificateIdentifier()certificateIdentifier - A customer-assigned name for the certificate.
Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.this@Stability(value=Stable) public CfnCertificateProps.Builder certificatePem(String certificatePem)
CfnCertificateProps.getCertificatePem()certificatePem - The contents of a `.pem` file, which contains an X.509 certificate.this@Stability(value=Stable) public CfnCertificateProps.Builder certificateWallet(String certificateWallet)
CfnCertificateProps.getCertificateWallet()certificateWallet - The location of an imported Oracle Wallet certificate for use with SSL.
An example is: filebase64("${path.root}/rds-ca-2019-root.sso")this@Stability(value=Stable) public CfnCertificateProps build()
build in interface software.amazon.jsii.Builder<CfnCertificateProps>CfnCertificatePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.