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