pub struct Builder { /* private fields */ }
Expand description
A builder for CreateModelManifestInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A brief description of the vehicle model.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A brief description of the vehicle model.
sourcepub fn nodes(self, input: impl Into<String>) -> Self
pub fn nodes(self, input: impl Into<String>) -> Self
Appends an item to nodes
.
To override the contents of this collection use set_nodes
.
A list of nodes, which are a general abstraction of signals.
sourcepub fn set_nodes(self, input: Option<Vec<String>>) -> Self
pub fn set_nodes(self, input: Option<Vec<String>>) -> Self
A list of nodes, which are a general abstraction of signals.
sourcepub fn signal_catalog_arn(self, input: impl Into<String>) -> Self
pub fn signal_catalog_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of a signal catalog.
sourcepub fn set_signal_catalog_arn(self, input: Option<String>) -> Self
pub fn set_signal_catalog_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of a signal catalog.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Metadata that can be used to manage the vehicle model.
Metadata that can be used to manage the vehicle model.
sourcepub fn build(self) -> Result<CreateModelManifestInput, BuildError>
pub fn build(self) -> Result<CreateModelManifestInput, BuildError>
Consumes the builder and constructs a CreateModelManifestInput
.