public static interface UpdateDeviceCertificateParams.Builder extends SdkPojo, CopyableBuilder<UpdateDeviceCertificateParams.Builder,UpdateDeviceCertificateParams>
| Modifier and Type | Method and Description |
|---|---|
UpdateDeviceCertificateParams.Builder |
action(DeviceCertificateUpdateAction action)
The action that you want to apply to the device certificate.
|
UpdateDeviceCertificateParams.Builder |
action(String action)
The action that you want to apply to the device certificate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDeviceCertificateParams.Builder action(String action)
The action that you want to apply to the device certificate. The only supported value is
DEACTIVATE.
action - The action that you want to apply to the device certificate. The only supported value is
DEACTIVATE.DeviceCertificateUpdateAction,
DeviceCertificateUpdateActionUpdateDeviceCertificateParams.Builder action(DeviceCertificateUpdateAction action)
The action that you want to apply to the device certificate. The only supported value is
DEACTIVATE.
action - The action that you want to apply to the device certificate. The only supported value is
DEACTIVATE.DeviceCertificateUpdateAction,
DeviceCertificateUpdateActionCopyright © 2023. All rights reserved.