#[non_exhaustive]pub struct DecoderManifestSummaryBuilder { /* private fields */ }Expand description
A builder for DecoderManifestSummary.
Implementations§
source§impl DecoderManifestSummaryBuilder
impl DecoderManifestSummaryBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
sourcepub fn model_manifest_arn(self, input: impl Into<String>) -> Self
pub fn model_manifest_arn(self, input: impl Into<String>) -> Self
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
sourcepub fn set_model_manifest_arn(self, input: Option<String>) -> Self
pub fn set_model_manifest_arn(self, input: Option<String>) -> Self
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A brief description of the decoder manifest.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A brief description of the decoder manifest.
sourcepub fn status(self, input: ManifestStatus) -> Self
pub fn status(self, input: ManifestStatus) -> Self
The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be edited. If the status is marked DRAFT, you can edit the decoder manifest.
sourcepub fn set_status(self, input: Option<ManifestStatus>) -> Self
pub fn set_status(self, input: Option<ManifestStatus>) -> Self
The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be edited. If the status is marked DRAFT, you can edit the decoder manifest.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
sourcepub fn last_modification_time(self, input: DateTime) -> Self
pub fn last_modification_time(self, input: DateTime) -> Self
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
sourcepub fn set_last_modification_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modification_time(self, input: Option<DateTime>) -> Self
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
sourcepub fn build(self) -> DecoderManifestSummary
pub fn build(self) -> DecoderManifestSummary
Consumes the builder and constructs a DecoderManifestSummary.
Trait Implementations§
source§impl Clone for DecoderManifestSummaryBuilder
impl Clone for DecoderManifestSummaryBuilder
source§fn clone(&self) -> DecoderManifestSummaryBuilder
fn clone(&self) -> DecoderManifestSummaryBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DecoderManifestSummaryBuilder
impl Default for DecoderManifestSummaryBuilder
source§fn default() -> DecoderManifestSummaryBuilder
fn default() -> DecoderManifestSummaryBuilder
source§impl PartialEq<DecoderManifestSummaryBuilder> for DecoderManifestSummaryBuilder
impl PartialEq<DecoderManifestSummaryBuilder> for DecoderManifestSummaryBuilder
source§fn eq(&self, other: &DecoderManifestSummaryBuilder) -> bool
fn eq(&self, other: &DecoderManifestSummaryBuilder) -> bool
self and other values to be equal, and is used
by ==.