@Stability(value=Stable) public static final class CfnTrustAnchor.SourceDataProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTrustAnchor.SourceDataProperty>
CfnTrustAnchor.SourceDataProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTrustAnchor.SourceDataProperty.Builder |
acmPcaArn(String acmPcaArn)
Sets the value of
CfnTrustAnchor.SourceDataProperty.getAcmPcaArn() |
CfnTrustAnchor.SourceDataProperty |
build()
Builds the configured instance.
|
CfnTrustAnchor.SourceDataProperty.Builder |
x509CertificateData(String x509CertificateData)
Sets the value of
CfnTrustAnchor.SourceDataProperty.getX509CertificateData() |
@Stability(value=Stable) public CfnTrustAnchor.SourceDataProperty.Builder acmPcaArn(String acmPcaArn)
CfnTrustAnchor.SourceDataProperty.getAcmPcaArn()acmPcaArn - The root certificate of the AWS Private Certificate Authority specified by this ARN is used in trust validation for temporary credential requests.
Included for trust anchors of type AWS_ACM_PCA .this@Stability(value=Stable) public CfnTrustAnchor.SourceDataProperty.Builder x509CertificateData(String x509CertificateData)
CfnTrustAnchor.SourceDataProperty.getX509CertificateData()x509CertificateData - The PEM-encoded data for the certificate anchor.
Included for trust anchors of type CERTIFICATE_BUNDLE .this@Stability(value=Stable) public CfnTrustAnchor.SourceDataProperty build()
build in interface software.amazon.jsii.Builder<CfnTrustAnchor.SourceDataProperty>CfnTrustAnchor.SourceDataPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.