@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.Builder |
activeDate(String activeDate)
An optional date that specifies when the certificate becomes active.
|
CfnCertificate |
build() |
CfnCertificate.Builder |
certificate(String certificate)
The file name for the certificate.
|
CfnCertificate.Builder |
certificateChain(String certificateChain)
The list of certificates that make up the chain for the certificate.
|
static CfnCertificate.Builder |
create(Construct scope,
String id) |
CfnCertificate.Builder |
description(String description)
The name or description that's used to identity the certificate.
|
CfnCertificate.Builder |
inactiveDate(String inactiveDate)
An optional date that specifies when the certificate becomes inactive.
|
CfnCertificate.Builder |
privateKey(String privateKey)
The file that contains the private key for the certificate that's being imported.
|
CfnCertificate.Builder |
tags(List<? extends CfnTag> tags)
Key-value pairs that can be used to group and search for certificates.
|
CfnCertificate.Builder |
usage(String usage)
Specifies whether this certificate is used for signing or encryption.
|
@Stability(value=Stable) public static CfnCertificate.Builder create(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 certificate(String certificate)
certificate - The file name for the certificate. This parameter is required.this@Stability(value=Stable) public CfnCertificate.Builder usage(String usage)
usage - Specifies whether this certificate is used for signing or encryption. This parameter is required.this@Stability(value=Stable) public CfnCertificate.Builder activeDate(String activeDate)
activeDate - An optional date that specifies when the certificate becomes active. This parameter is required.this@Stability(value=Stable) public CfnCertificate.Builder certificateChain(String certificateChain)
certificateChain - The list of certificates that make up the chain for the certificate. This parameter is required.this@Stability(value=Stable) public CfnCertificate.Builder description(String description)
description - The name or description that's used to identity the certificate. This parameter is required.this@Stability(value=Stable) public CfnCertificate.Builder inactiveDate(String inactiveDate)
inactiveDate - An optional date that specifies when the certificate becomes inactive. This parameter is required.this@Stability(value=Stable) public CfnCertificate.Builder privateKey(String privateKey)
privateKey - The file that contains the private key for the certificate that's being imported. This parameter is required.this@Stability(value=Stable) public CfnCertificate.Builder tags(List<? extends CfnTag> tags)
tags - Key-value pairs that can be used to group and search for certificates. This parameter is required.this@Stability(value=Stable) public CfnCertificate build()
build in interface software.amazon.jsii.Builder<CfnCertificate>Copyright © 2023. All rights reserved.