public static interface SourceData.Builder extends SdkPojo, CopyableBuilder<SourceData.Builder,SourceData>
| Modifier and Type | Method and Description |
|---|---|
SourceData.Builder |
acmPcaArn(String acmPcaArn)
The root certificate of the Private Certificate Authority specified by this ARN is used in trust validation
for temporary credential requests.
|
SourceData.Builder |
x509CertificateData(String x509CertificateData)
The PEM-encoded data for the certificate anchor.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSourceData.Builder acmPcaArn(String acmPcaArn)
The root certificate of the 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.
acmPcaArn - The root certificate of the 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.SourceData.Builder x509CertificateData(String x509CertificateData)
The PEM-encoded data for the certificate anchor. Included for trust anchors of type
CERTIFICATE_BUNDLE.
x509CertificateData - The PEM-encoded data for the certificate anchor. Included for trust anchors of type
CERTIFICATE_BUNDLE.Copyright © 2023. All rights reserved.