Uses of Interface
software.amazon.awssdk.services.appmesh.model.TlsValidationContextAcmTrust.Builder
-
Packages that use TlsValidationContextAcmTrust.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of TlsValidationContextAcmTrust.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return TlsValidationContextAcmTrust.Builder Modifier and Type Method Description static TlsValidationContextAcmTrust.BuilderTlsValidationContextAcmTrust. builder()TlsValidationContextAcmTrust.BuilderTlsValidationContextAcmTrust.Builder. certificateAuthorityArns(String... certificateAuthorityArns)One or more ACM Amazon Resource Name (ARN)s.TlsValidationContextAcmTrust.BuilderTlsValidationContextAcmTrust.Builder. certificateAuthorityArns(Collection<String> certificateAuthorityArns)One or more ACM Amazon Resource Name (ARN)s.TlsValidationContextAcmTrust.BuilderTlsValidationContextAcmTrust. toBuilder()Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type TlsValidationContextAcmTrust.Builder Modifier and Type Method Description static Class<? extends TlsValidationContextAcmTrust.Builder>TlsValidationContextAcmTrust. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type TlsValidationContextAcmTrust.Builder Modifier and Type Method Description default TlsValidationContextTrust.BuilderTlsValidationContextTrust.Builder. acm(Consumer<TlsValidationContextAcmTrust.Builder> acm)A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.static TlsValidationContextTrustTlsValidationContextTrust. fromAcm(Consumer<TlsValidationContextAcmTrust.Builder> acm)Create an instance of this class withTlsValidationContextTrust.acm()initialized to the given value.
-