@Stability(value=Stable) public static final class CfnCertificate.ApiPassthroughProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCertificate.ApiPassthroughProperty>
CfnCertificate.ApiPassthroughProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCertificate.ApiPassthroughProperty |
build()
Builds the configured instance.
|
CfnCertificate.ApiPassthroughProperty.Builder |
extensions(CfnCertificate.ExtensionsProperty extensions)
Sets the value of
CfnCertificate.ApiPassthroughProperty.getExtensions() |
CfnCertificate.ApiPassthroughProperty.Builder |
extensions(IResolvable extensions)
Sets the value of
CfnCertificate.ApiPassthroughProperty.getExtensions() |
CfnCertificate.ApiPassthroughProperty.Builder |
subject(CfnCertificate.SubjectProperty subject)
Sets the value of
CfnCertificate.ApiPassthroughProperty.getSubject() |
CfnCertificate.ApiPassthroughProperty.Builder |
subject(IResolvable subject)
Sets the value of
CfnCertificate.ApiPassthroughProperty.getSubject() |
@Stability(value=Stable) public CfnCertificate.ApiPassthroughProperty.Builder extensions(CfnCertificate.ExtensionsProperty extensions)
CfnCertificate.ApiPassthroughProperty.getExtensions()extensions - Specifies X.509 extension information for a certificate.this@Stability(value=Stable) public CfnCertificate.ApiPassthroughProperty.Builder extensions(IResolvable extensions)
CfnCertificate.ApiPassthroughProperty.getExtensions()extensions - Specifies X.509 extension information for a certificate.this@Stability(value=Stable) public CfnCertificate.ApiPassthroughProperty.Builder subject(CfnCertificate.SubjectProperty subject)
CfnCertificate.ApiPassthroughProperty.getSubject()subject - Contains information about the certificate subject.
The Subject field in the certificate identifies the entity that owns or controls the public key in the certificate. The entity can be a user, computer, device, or service. The Subject must contain an X.500 distinguished name (DN). A DN is a sequence of relative distinguished names (RDNs). The RDNs are separated by commas in the certificate.this@Stability(value=Stable) public CfnCertificate.ApiPassthroughProperty.Builder subject(IResolvable subject)
CfnCertificate.ApiPassthroughProperty.getSubject()subject - Contains information about the certificate subject.
The Subject field in the certificate identifies the entity that owns or controls the public key in the certificate. The entity can be a user, computer, device, or service. The Subject must contain an X.500 distinguished name (DN). A DN is a sequence of relative distinguished names (RDNs). The RDNs are separated by commas in the certificate.this@Stability(value=Stable) public CfnCertificate.ApiPassthroughProperty build()
build in interface software.amazon.jsii.Builder<CfnCertificate.ApiPassthroughProperty>CfnCertificate.ApiPassthroughPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.