Uses of Interface
software.amazon.awssdk.services.rolesanywhere.model.SourceData.Builder
-
Packages that use SourceData.Builder Package Description software.amazon.awssdk.services.rolesanywhere.model -
-
Uses of SourceData.Builder in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return SourceData.Builder Modifier and Type Method Description SourceData.BuilderSourceData.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.BuilderSourceData. builder()SourceData.BuilderSourceData. toBuilder()SourceData.BuilderSourceData.Builder. x509CertificateData(String x509CertificateData)The PEM-encoded data for the certificate anchor.Methods in software.amazon.awssdk.services.rolesanywhere.model that return types with arguments of type SourceData.Builder Modifier and Type Method Description static Class<? extends SourceData.Builder>SourceData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rolesanywhere.model with type arguments of type SourceData.Builder Modifier and Type Method Description default Source.BuilderSource.Builder. sourceData(Consumer<SourceData.Builder> sourceData)The data field of the trust anchor depending on its type.
-