Struct aws_sdk_schemas::model::schema_summary::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for SchemaSummary.
Implementations§
source§impl Builder
impl Builder
sourcepub fn last_modified(self, input: DateTime) -> Self
pub fn last_modified(self, input: DateTime) -> Self
The date and time that schema was modified.
sourcepub fn set_last_modified(self, input: Option<DateTime>) -> Self
pub fn set_last_modified(self, input: Option<DateTime>) -> Self
The date and time that schema was modified.
sourcepub fn schema_arn(self, input: impl Into<String>) -> Self
pub fn schema_arn(self, input: impl Into<String>) -> Self
The ARN of the schema.
sourcepub fn set_schema_arn(self, input: Option<String>) -> Self
pub fn set_schema_arn(self, input: Option<String>) -> Self
The ARN of the schema.
sourcepub fn schema_name(self, input: impl Into<String>) -> Self
pub fn schema_name(self, input: impl Into<String>) -> Self
The name of the schema.
sourcepub fn set_schema_name(self, input: Option<String>) -> Self
pub fn set_schema_name(self, input: Option<String>) -> Self
The name of the schema.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
Tags associated with the schema.
Tags associated with the schema.
sourcepub fn version_count(self, input: i64) -> Self
pub fn version_count(self, input: i64) -> Self
The number of versions available for the schema.
sourcepub fn set_version_count(self, input: Option<i64>) -> Self
pub fn set_version_count(self, input: Option<i64>) -> Self
The number of versions available for the schema.
sourcepub fn build(self) -> SchemaSummary
pub fn build(self) -> SchemaSummary
Consumes the builder and constructs a SchemaSummary.