Uses of Class
software.amazon.awscdk.services.dms.CfnCertificateProps.Builder
Package
Description
AWS Database Migration Service Construct Library
-
Uses of CfnCertificateProps.Builder in software.amazon.awscdk.services.dms
Modifier and TypeMethodDescriptionstatic CfnCertificateProps.Builder
CfnCertificateProps.builder()
CfnCertificateProps.Builder.certificateIdentifier
(String certificateIdentifier) Sets the value ofCfnCertificateProps.getCertificateIdentifier()
CfnCertificateProps.Builder.certificatePem
(String certificatePem) Sets the value ofCfnCertificateProps.getCertificatePem()
CfnCertificateProps.Builder.certificateWallet
(String certificateWallet) Sets the value ofCfnCertificateProps.getCertificateWallet()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnCertificateProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCertificateProps.Builder
.