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 Certificate Manager Private Certificate Authority specified by this ARN is used
in trust validation for CreateSession
operations.
|
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 Certificate Manager Private Certificate Authority specified by this ARN is used
in trust validation for CreateSession
operations. Included for trust anchors of type AWS_ACM_PCA.
acmPcaArn - The root certificate of the Certificate Manager Private Certificate Authority specified by this ARN is
used in trust validation for CreateSession operations. 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 © 2022. All rights reserved.