pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateDeviceCertificateParams
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn action(self, input: DeviceCertificateUpdateAction) -> Self
pub fn action(self, input: DeviceCertificateUpdateAction) -> Self
The action that you want to apply to the device certificate. The only supported value is DEACTIVATE
.
sourcepub fn set_action(self, input: Option<DeviceCertificateUpdateAction>) -> Self
pub fn set_action(self, input: Option<DeviceCertificateUpdateAction>) -> Self
The action that you want to apply to the device certificate. The only supported value is DEACTIVATE
.
sourcepub fn build(self) -> UpdateDeviceCertificateParams
pub fn build(self) -> UpdateDeviceCertificateParams
Consumes the builder and constructs a UpdateDeviceCertificateParams
.