Uses of Interface
software.amazon.awssdk.services.cloudfront.model.TrustStoreConfig.Builder
Packages that use TrustStoreConfig.Builder
-
Uses of TrustStoreConfig.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return TrustStoreConfig.BuilderModifier and TypeMethodDescriptionTrustStoreConfig.Builder.advertiseTrustStoreCaNames(Boolean advertiseTrustStoreCaNames) The configuration to use to advertise trust store CA names.static TrustStoreConfig.BuilderTrustStoreConfig.builder()TrustStoreConfig.Builder.ignoreCertificateExpiry(Boolean ignoreCertificateExpiry) The configuration to use to ignore certificate expiration.TrustStoreConfig.toBuilder()TrustStoreConfig.Builder.trustStoreId(String trustStoreId) The trust store ID.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type TrustStoreConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TrustStoreConfig.Builder>TrustStoreConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type TrustStoreConfig.BuilderModifier and TypeMethodDescriptiondefault ViewerMtlsConfig.BuilderViewerMtlsConfig.Builder.trustStoreConfig(Consumer<TrustStoreConfig.Builder> trustStoreConfig) The trust store configuration associated with the viewer mTLS configuration.