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, sdkFields
copy
applyMutation, build
ClientCertificateRevocationListStatus.Builder code(String code)
The state of the client certificate revocation list.
code
- The state of the client certificate revocation list.ClientCertificateRevocationListStatusCode
,
ClientCertificateRevocationListStatusCode
ClientCertificateRevocationListStatus.Builder code(ClientCertificateRevocationListStatusCode code)
The state of the client certificate revocation list.
code
- The state of the client certificate revocation list.ClientCertificateRevocationListStatusCode
,
ClientCertificateRevocationListStatusCode
ClientCertificateRevocationListStatus.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 © 2022. All rights reserved.