@Generated(value="software.amazon.awssdk:codegen") public final class UpdateCACertificateParams extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateCACertificateParams.Builder,UpdateCACertificateParams>
Parameters to define a mitigation action that changes the state of the CA certificate to inactive.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateCACertificateParams.Builder |
| Modifier and Type | Method and Description |
|---|---|
CACertificateUpdateAction |
action()
The action that you want to apply to the CA certificate.
|
String |
actionAsString()
The action that you want to apply to the CA certificate.
|
static UpdateCACertificateParams.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateCACertificateParams.Builder> |
serializableBuilderClass() |
UpdateCACertificateParams.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CACertificateUpdateAction action()
The action that you want to apply to the CA certificate. The only supported value is DEACTIVATE.
If the service returns an enum value that is not available in the current SDK version, action will
return CACertificateUpdateAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from actionAsString().
DEACTIVATE.CACertificateUpdateActionpublic final String actionAsString()
The action that you want to apply to the CA certificate. The only supported value is DEACTIVATE.
If the service returns an enum value that is not available in the current SDK version, action will
return CACertificateUpdateAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from actionAsString().
DEACTIVATE.CACertificateUpdateActionpublic UpdateCACertificateParams.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateCACertificateParams.Builder,UpdateCACertificateParams>public static UpdateCACertificateParams.Builder builder()
public static Class<? extends UpdateCACertificateParams.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.