@Stability(value=Stable) public static final class CfnCertificateProps.Builder extends Object implements software.amazon.jsii.Builder<CfnCertificateProps>
CfnCertificateProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnCertificateProps.Builder certificate(String certificate)
CfnCertificateProps.getCertificate()certificate - The file name for the certificate. This parameter is required.this@Stability(value=Stable) public CfnCertificateProps.Builder usage(String usage)
CfnCertificateProps.getUsage()usage - Specifies whether this certificate is used for signing or encryption. This parameter is required.this@Stability(value=Stable) public CfnCertificateProps.Builder activeDate(String activeDate)
CfnCertificateProps.getActiveDate()activeDate - An optional date that specifies when the certificate becomes active.this@Stability(value=Stable) public CfnCertificateProps.Builder certificateChain(String certificateChain)
CfnCertificateProps.getCertificateChain()certificateChain - The list of certificates that make up the chain for the certificate.this@Stability(value=Stable) public CfnCertificateProps.Builder description(String description)
CfnCertificateProps.getDescription()description - The name or description that's used to identity the certificate.this@Stability(value=Stable) public CfnCertificateProps.Builder inactiveDate(String inactiveDate)
CfnCertificateProps.getInactiveDate()inactiveDate - An optional date that specifies when the certificate becomes inactive.this@Stability(value=Stable) public CfnCertificateProps.Builder privateKey(String privateKey)
CfnCertificateProps.getPrivateKey()privateKey - The file that contains the private key for the certificate that's being imported.this@Stability(value=Stable) public CfnCertificateProps.Builder tags(List<? extends CfnTag> tags)
CfnCertificateProps.getTags()tags - Key-value pairs that can be used to group and search for certificates.this@Stability(value=Stable) public CfnCertificateProps build()
build in interface software.amazon.jsii.Builder<CfnCertificateProps>CfnCertificatePropsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.