Interface ClientCertificateRevocationListStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClientCertificateRevocationListStatus.Builder,
,ClientCertificateRevocationListStatus> SdkBuilder<ClientCertificateRevocationListStatus.Builder,
,ClientCertificateRevocationListStatus> SdkPojo
- Enclosing class:
ClientCertificateRevocationListStatus
@Mutable
@NotThreadSafe
public static interface ClientCertificateRevocationListStatus.Builder
extends SdkPojo, CopyableBuilder<ClientCertificateRevocationListStatus.Builder,ClientCertificateRevocationListStatus>
-
Method Summary
Modifier and TypeMethodDescriptionThe state of the client certificate revocation list.The state of the client certificate revocation list.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
-
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:
-
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.
-