pub struct CreateSignalCatalog { /* private fields */ }
Expand description
Fluent builder constructing a request to CreateSignalCatalog
.
Creates a collection of standardized signals that can be reused to create vehicle models.
Implementations§
source§impl CreateSignalCatalog
impl CreateSignalCatalog
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<CreateSignalCatalog, AwsResponseRetryClassifier>, SdkError<CreateSignalCatalogError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<CreateSignalCatalog, AwsResponseRetryClassifier>, SdkError<CreateSignalCatalogError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<CreateSignalCatalogOutput, SdkError<CreateSignalCatalogError>>
pub async fn send(
self
) -> Result<CreateSignalCatalogOutput, SdkError<CreateSignalCatalogError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the signal catalog to create.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A brief description of the signal catalog.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A brief description of the signal catalog.
sourcepub fn nodes(self, input: Node) -> Self
pub fn nodes(self, input: Node) -> Self
Appends an item to nodes
.
To override the contents of this collection use set_nodes
.
A list of information about nodes, which are a general abstraction of signals. For more information, see the API data type.
sourcepub fn set_nodes(self, input: Option<Vec<Node>>) -> Self
pub fn set_nodes(self, input: Option<Vec<Node>>) -> Self
A list of information about nodes, which are a general abstraction of signals. For more information, see the API data type.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Metadata that can be used to manage the signal catalog.
Metadata that can be used to manage the signal catalog.
Trait Implementations§
source§impl Clone for CreateSignalCatalog
impl Clone for CreateSignalCatalog
source§fn clone(&self) -> CreateSignalCatalog
fn clone(&self) -> CreateSignalCatalog
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more