Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.TrustStoreRevocation.Builder
-
Packages that use TrustStoreRevocation.Builder Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of TrustStoreRevocation.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return TrustStoreRevocation.Builder Modifier and Type Method Description static TrustStoreRevocation.BuilderTrustStoreRevocation. builder()TrustStoreRevocation.BuilderTrustStoreRevocation.Builder. numberOfRevokedEntries(Long numberOfRevokedEntries)The number of revoked certificates.TrustStoreRevocation.BuilderTrustStoreRevocation.Builder. revocationId(Long revocationId)The revocation ID of the revocation file.TrustStoreRevocation.BuilderTrustStoreRevocation.Builder. revocationType(String revocationType)The type of revocation file.TrustStoreRevocation.BuilderTrustStoreRevocation.Builder. revocationType(RevocationType revocationType)The type of revocation file.TrustStoreRevocation.BuilderTrustStoreRevocation. toBuilder()TrustStoreRevocation.BuilderTrustStoreRevocation.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 TrustStoreRevocation.Builder Modifier and Type Method Description static Class<? extends TrustStoreRevocation.Builder>TrustStoreRevocation. serializableBuilderClass()
-