Struct aws_sdk_iotfleetwise::model::invalid_signal_decoder::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for InvalidSignalDecoder
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of a signal decoder that isn't valid.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of a signal decoder that isn't valid.
sourcepub fn reason(self, input: SignalDecoderFailureReason) -> Self
pub fn reason(self, input: SignalDecoderFailureReason) -> Self
A message about why the signal decoder isn't valid.
sourcepub fn set_reason(self, input: Option<SignalDecoderFailureReason>) -> Self
pub fn set_reason(self, input: Option<SignalDecoderFailureReason>) -> Self
A message about why the signal decoder isn't valid.
sourcepub fn build(self) -> InvalidSignalDecoder
pub fn build(self) -> InvalidSignalDecoder
Consumes the builder and constructs a InvalidSignalDecoder
.