#[non_exhaustive]pub struct CreateSchemaOutputBuilder { /* private fields */ }
Expand description
A builder for CreateSchemaOutput
.
Implementations§
source§impl CreateSchemaOutputBuilder
impl CreateSchemaOutputBuilder
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the schema.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the schema.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of the schema.
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 get_last_modified(&self) -> &Option<DateTime>
pub fn get_last_modified(&self) -> &Option<DateTime>
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 get_schema_arn(&self) -> &Option<String>
pub fn get_schema_arn(&self) -> &Option<String>
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.
sourcepub fn get_schema_name(&self) -> &Option<String>
pub fn get_schema_name(&self) -> &Option<String>
The name of the schema.
sourcepub fn schema_version(self, input: impl Into<String>) -> Self
pub fn schema_version(self, input: impl Into<String>) -> Self
The version number of the schema
sourcepub fn set_schema_version(self, input: Option<String>) -> Self
pub fn set_schema_version(self, input: Option<String>) -> Self
The version number of the schema
sourcepub fn get_schema_version(&self) -> &Option<String>
pub fn get_schema_version(&self) -> &Option<String>
The version number of the schema
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
Key-value pairs associated with a resource.
Key-value pairs associated with a resource.
Key-value pairs associated with a resource.
sourcepub fn version_created_date(self, input: DateTime) -> Self
pub fn version_created_date(self, input: DateTime) -> Self
The date the schema version was created.
sourcepub fn set_version_created_date(self, input: Option<DateTime>) -> Self
pub fn set_version_created_date(self, input: Option<DateTime>) -> Self
The date the schema version was created.
sourcepub fn get_version_created_date(&self) -> &Option<DateTime>
pub fn get_version_created_date(&self) -> &Option<DateTime>
The date the schema version was created.
sourcepub fn build(self) -> CreateSchemaOutput
pub fn build(self) -> CreateSchemaOutput
Consumes the builder and constructs a CreateSchemaOutput
.
Trait Implementations§
source§impl Clone for CreateSchemaOutputBuilder
impl Clone for CreateSchemaOutputBuilder
source§fn clone(&self) -> CreateSchemaOutputBuilder
fn clone(&self) -> CreateSchemaOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreateSchemaOutputBuilder
impl Debug for CreateSchemaOutputBuilder
source§impl Default for CreateSchemaOutputBuilder
impl Default for CreateSchemaOutputBuilder
source§fn default() -> CreateSchemaOutputBuilder
fn default() -> CreateSchemaOutputBuilder
source§impl PartialEq for CreateSchemaOutputBuilder
impl PartialEq for CreateSchemaOutputBuilder
source§fn eq(&self, other: &CreateSchemaOutputBuilder) -> bool
fn eq(&self, other: &CreateSchemaOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.