Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.TrustStore.Builder
-
Packages that use TrustStore.Builder Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of TrustStore.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return TrustStore.Builder Modifier and Type Method Description static TrustStore.BuilderTrustStore. builder()TrustStore.BuilderTrustStore.Builder. name(String name)The name of the trust store.TrustStore.BuilderTrustStore.Builder. numberOfCaCertificates(Integer numberOfCaCertificates)The number of ca certificates in the trust store.TrustStore.BuilderTrustStore.Builder. status(String status)The current status of the trust store.TrustStore.BuilderTrustStore.Builder. status(TrustStoreStatus status)The current status of the trust store.TrustStore.BuilderTrustStore. toBuilder()TrustStore.BuilderTrustStore.Builder. totalRevokedEntries(Long totalRevokedEntries)The number of revoked certificates in the trust store.TrustStore.BuilderTrustStore.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.Builder Modifier and Type Method Description static Class<? extends TrustStore.Builder>TrustStore. serializableBuilderClass()
-