@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 - `AWS::DMS::Certificate.CertificateIdentifier`.this@Stability(value=Stable) public CfnCertificateProps.Builder certificatePem(String certificatePem)
CfnCertificateProps.getCertificatePem()certificatePem - `AWS::DMS::Certificate.CertificatePem`.this@Stability(value=Stable) public CfnCertificateProps.Builder certificateWallet(String certificateWallet)
CfnCertificateProps.getCertificateWallet()certificateWallet - `AWS::DMS::Certificate.CertificateWallet`.this@Stability(value=Stable) public CfnCertificateProps build()
build in interface software.amazon.jsii.Builder<CfnCertificateProps>CfnCertificatePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.