@Stability(value=Stable) public static final class CfnCertificate.Builder extends Object implements software.amazon.jsii.Builder<CfnCertificate>
CfnCertificate.| Modifier and Type | Method and Description |
|---|---|
CfnCertificate |
build() |
CfnCertificate.Builder |
certificateIdentifier(String certificateIdentifier)
`AWS::DMS::Certificate.CertificateIdentifier`.
|
CfnCertificate.Builder |
certificatePem(String certificatePem)
`AWS::DMS::Certificate.CertificatePem`.
|
CfnCertificate.Builder |
certificateWallet(String certificateWallet)
`AWS::DMS::Certificate.CertificateWallet`.
|
static CfnCertificate.Builder |
create(software.constructs.Construct scope,
String id) |
@Stability(value=Stable) public static CfnCertificate.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnCertificate.Builder.@Stability(value=Stable) public CfnCertificate.Builder certificateIdentifier(String certificateIdentifier)
certificateIdentifier - `AWS::DMS::Certificate.CertificateIdentifier`. This parameter is required.this@Stability(value=Stable) public CfnCertificate.Builder certificatePem(String certificatePem)
certificatePem - `AWS::DMS::Certificate.CertificatePem`. This parameter is required.this@Stability(value=Stable) public CfnCertificate.Builder certificateWallet(String certificateWallet)
certificateWallet - `AWS::DMS::Certificate.CertificateWallet`. This parameter is required.this@Stability(value=Stable) public CfnCertificate build()
build in interface software.amazon.jsii.Builder<CfnCertificate>Copyright © 2021. All rights reserved.