Interface UpdateDeviceCertificateParams.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateDeviceCertificateParams.Builder,UpdateDeviceCertificateParams>,SdkBuilder<UpdateDeviceCertificateParams.Builder,UpdateDeviceCertificateParams>,SdkPojo
- Enclosing class:
- UpdateDeviceCertificateParams
public static interface UpdateDeviceCertificateParams.Builder extends SdkPojo, CopyableBuilder<UpdateDeviceCertificateParams.Builder,UpdateDeviceCertificateParams>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateDeviceCertificateParams.Builderaction(String action)The action that you want to apply to the device certificate.UpdateDeviceCertificateParams.Builderaction(DeviceCertificateUpdateAction action)The action that you want to apply to the device certificate.-
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
-
action
UpdateDeviceCertificateParams.Builder action(String action)
The action that you want to apply to the device certificate. The only supported value is
DEACTIVATE.- Parameters:
action- The action that you want to apply to the device certificate. The only supported value isDEACTIVATE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeviceCertificateUpdateAction,DeviceCertificateUpdateAction
-
action
UpdateDeviceCertificateParams.Builder action(DeviceCertificateUpdateAction action)
The action that you want to apply to the device certificate. The only supported value is
DEACTIVATE.- Parameters:
action- The action that you want to apply to the device certificate. The only supported value isDEACTIVATE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeviceCertificateUpdateAction,DeviceCertificateUpdateAction
-
-