Interface ClientCertificateRevocationListStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ClientCertificateRevocationListStatus.Builder,ClientCertificateRevocationListStatus>,SdkBuilder<ClientCertificateRevocationListStatus.Builder,ClientCertificateRevocationListStatus>,SdkPojo
- Enclosing class:
- ClientCertificateRevocationListStatus
public static interface ClientCertificateRevocationListStatus.Builder extends SdkPojo, CopyableBuilder<ClientCertificateRevocationListStatus.Builder,ClientCertificateRevocationListStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClientCertificateRevocationListStatus.Buildercode(String code)The state of the client certificate revocation list.ClientCertificateRevocationListStatus.Buildercode(ClientCertificateRevocationListStatusCode code)The state of the client certificate revocation list.ClientCertificateRevocationListStatus.Buildermessage(String message)A message about the status of the client certificate revocation list, if applicable.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
code
ClientCertificateRevocationListStatus.Builder code(String code)
The state of the client certificate revocation list.
- Parameters:
code- The state of the client certificate revocation list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ClientCertificateRevocationListStatusCode,ClientCertificateRevocationListStatusCode
-
code
ClientCertificateRevocationListStatus.Builder code(ClientCertificateRevocationListStatusCode code)
The state of the client certificate revocation list.
- Parameters:
code- The state of the client certificate revocation list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ClientCertificateRevocationListStatusCode,ClientCertificateRevocationListStatusCode
-
message
ClientCertificateRevocationListStatus.Builder message(String message)
A message about the status of the client certificate revocation list, if applicable.
- Parameters:
message- A message about the status of the client certificate revocation list, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-