| Package | Description |
|---|---|
| software.amazon.awssdk.services.rolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
SourceData.Builder |
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.
|
static SourceData.Builder |
SourceData.builder() |
SourceData.Builder |
SourceData.toBuilder() |
SourceData.Builder |
SourceData.Builder.x509CertificateData(String x509CertificateData)
The PEM-encoded data for the certificate anchor.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SourceData.Builder> |
SourceData.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Source.Builder |
Source.Builder.sourceData(Consumer<SourceData.Builder> sourceData)
The data field of the trust anchor depending on its type.
|
Copyright © 2023. All rights reserved.