Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.TrustStore.Builder
Packages that use TrustStore.Builder
-
Uses of TrustStore.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return TrustStore.BuilderModifier and TypeMethodDescriptionstatic TrustStore.BuilderTrustStore.builder()The name of the trust store.TrustStore.Builder.numberOfCaCertificates(Integer numberOfCaCertificates) The number of ca certificates in the trust store.The current status of the trust store.TrustStore.Builder.status(TrustStoreStatus status) The current status of the trust store.TrustStore.toBuilder()TrustStore.Builder.totalRevokedEntries(Long totalRevokedEntries) The number of revoked certificates in the trust store.TrustStore.Builder.trustStoreArn(String trustStoreArn) The Amazon Resource Name (ARN) of the trust store.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type TrustStore.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TrustStore.Builder>TrustStore.serializableBuilderClass()