pub struct Builder { /* private fields */ }
Expand description
A builder for DecoderManifestValidationException
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn invalid_signals(self, input: InvalidSignalDecoder) -> Self
pub fn invalid_signals(self, input: InvalidSignalDecoder) -> Self
Appends an item to invalid_signals
.
To override the contents of this collection use set_invalid_signals
.
The request couldn't be completed because of invalid signals in the request.
sourcepub fn set_invalid_signals(
self,
input: Option<Vec<InvalidSignalDecoder>>
) -> Self
pub fn set_invalid_signals(
self,
input: Option<Vec<InvalidSignalDecoder>>
) -> Self
The request couldn't be completed because of invalid signals in the request.
sourcepub fn invalid_network_interfaces(self, input: InvalidNetworkInterface) -> Self
pub fn invalid_network_interfaces(self, input: InvalidNetworkInterface) -> Self
Appends an item to invalid_network_interfaces
.
To override the contents of this collection use set_invalid_network_interfaces
.
The request couldn't be completed because of invalid network interfaces in the request.
sourcepub fn set_invalid_network_interfaces(
self,
input: Option<Vec<InvalidNetworkInterface>>
) -> Self
pub fn set_invalid_network_interfaces(
self,
input: Option<Vec<InvalidNetworkInterface>>
) -> Self
The request couldn't be completed because of invalid network interfaces in the request.
pub fn message(self, input: impl Into<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
sourcepub fn build(self) -> DecoderManifestValidationException
pub fn build(self) -> DecoderManifestValidationException
Consumes the builder and constructs a DecoderManifestValidationException
.