@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 - `AWS::Transfer::Certificate.Certificate`. This parameter is required.this@Stability(value=Stable) public CfnCertificateProps.Builder usage(String usage)
CfnCertificateProps.getUsage()usage - `AWS::Transfer::Certificate.Usage`. This parameter is required.this@Stability(value=Stable) public CfnCertificateProps.Builder activeDate(String activeDate)
CfnCertificateProps.getActiveDate()activeDate - `AWS::Transfer::Certificate.ActiveDate`.this@Stability(value=Stable) public CfnCertificateProps.Builder certificateChain(String certificateChain)
CfnCertificateProps.getCertificateChain()certificateChain - `AWS::Transfer::Certificate.CertificateChain`.this@Stability(value=Stable) public CfnCertificateProps.Builder description(String description)
CfnCertificateProps.getDescription()description - `AWS::Transfer::Certificate.Description`.this@Stability(value=Stable) public CfnCertificateProps.Builder inactiveDate(String inactiveDate)
CfnCertificateProps.getInactiveDate()inactiveDate - `AWS::Transfer::Certificate.InactiveDate`.this@Stability(value=Stable) public CfnCertificateProps.Builder privateKey(String privateKey)
CfnCertificateProps.getPrivateKey()privateKey - `AWS::Transfer::Certificate.PrivateKey`.this@Stability(value=Stable) public CfnCertificateProps.Builder tags(List<? extends CfnTag> tags)
CfnCertificateProps.getTags()tags - `AWS::Transfer::Certificate.Tags`.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.