Uses of Interface
software.amazon.awssdk.services.cloudfront.model.TrustStore.Builder
Packages that use TrustStore.Builder
-
Uses of TrustStore.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return TrustStore.BuilderModifier and TypeMethodDescriptionThe trust store's Amazon Resource Name (ARN).static TrustStore.BuilderTrustStore.builder()The trust store's ID.TrustStore.Builder.lastModifiedTime(Instant lastModifiedTime) The trust store's last modified time.The trust store's name.TrustStore.Builder.numberOfCaCertificates(Integer numberOfCaCertificates) The trust store's number of CA certificates.The trust store's reason.The trust store's status.TrustStore.Builder.status(TrustStoreStatus status) The trust store's status.TrustStore.toBuilder()TrustStore.Builder.useClientCertificateOCSPEndpoint(Boolean useClientCertificateOCSPEndpoint) A Boolean that determines whether the trust store uses the CA certificate's OCSP endpoint to check certificate revocation status.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type TrustStore.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TrustStore.Builder>TrustStore.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type TrustStore.BuilderModifier and TypeMethodDescriptiondefault CreateTrustStoreResponse.BuilderCreateTrustStoreResponse.Builder.trustStore(Consumer<TrustStore.Builder> trustStore) The trust store.default GetTrustStoreResponse.BuilderGetTrustStoreResponse.Builder.trustStore(Consumer<TrustStore.Builder> trustStore) The trust store.default UpdateTrustStoreResponse.BuilderUpdateTrustStoreResponse.Builder.trustStore(Consumer<TrustStore.Builder> trustStore) The trust store.