public static interface ClientCertificateRevocationListStatus.Builder extends SdkPojo, CopyableBuilder<ClientCertificateRevocationListStatus.Builder,ClientCertificateRevocationListStatus>
| Modifier and Type | Method and Description |
|---|---|
ClientCertificateRevocationListStatus.Builder |
code(ClientCertificateRevocationListStatusCode code)
The state of the client certificate revocation list.
|
ClientCertificateRevocationListStatus.Builder |
code(String code)
The state of the client certificate revocation list.
|
ClientCertificateRevocationListStatus.Builder |
message(String message)
A message about the status of the client certificate revocation list, if applicable.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClientCertificateRevocationListStatus.Builder code(String code)
The state of the client certificate revocation list.
code - The state of the client certificate revocation list.ClientCertificateRevocationListStatusCode,
ClientCertificateRevocationListStatusCodeClientCertificateRevocationListStatus.Builder code(ClientCertificateRevocationListStatusCode code)
The state of the client certificate revocation list.
code - The state of the client certificate revocation list.ClientCertificateRevocationListStatusCode,
ClientCertificateRevocationListStatusCodeClientCertificateRevocationListStatus.Builder message(String message)
A message about the status of the client certificate revocation list, if applicable.
message - A message about the status of the client certificate revocation list, if applicable.Copyright © 2019. All rights reserved.