Struct aws_sdk_datazone::types::builders::GlossaryItemBuilder
source · #[non_exhaustive]pub struct GlossaryItemBuilder { /* private fields */ }
Expand description
A builder for GlossaryItem
.
Implementations§
source§impl GlossaryItemBuilder
impl GlossaryItemBuilder
sourcepub fn domain_id(self, input: impl Into<String>) -> Self
pub fn domain_id(self, input: impl Into<String>) -> Self
The identifier of the Amazon DataZone domain in which the business glossary exists.
sourcepub fn set_domain_id(self, input: Option<String>) -> Self
pub fn set_domain_id(self, input: Option<String>) -> Self
The identifier of the Amazon DataZone domain in which the business glossary exists.
sourcepub fn get_domain_id(&self) -> &Option<String>
pub fn get_domain_id(&self) -> &Option<String>
The identifier of the Amazon DataZone domain in which the business glossary exists.
sourcepub fn owning_project_id(self, input: impl Into<String>) -> Self
pub fn owning_project_id(self, input: impl Into<String>) -> Self
The identifier of the project that owns the business glosary.
sourcepub fn set_owning_project_id(self, input: Option<String>) -> Self
pub fn set_owning_project_id(self, input: Option<String>) -> Self
The identifier of the project that owns the business glosary.
sourcepub fn get_owning_project_id(&self) -> &Option<String>
pub fn get_owning_project_id(&self) -> &Option<String>
The identifier of the project that owns the business glosary.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The business glossary description.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The business glossary description.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The business glossary description.
sourcepub fn status(self, input: GlossaryStatus) -> Self
pub fn status(self, input: GlossaryStatus) -> Self
The business glossary status.
sourcepub fn set_status(self, input: Option<GlossaryStatus>) -> Self
pub fn set_status(self, input: Option<GlossaryStatus>) -> Self
The business glossary status.
sourcepub fn get_status(&self) -> &Option<GlossaryStatus>
pub fn get_status(&self) -> &Option<GlossaryStatus>
The business glossary status.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The timestamp of when the glossary was created.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The timestamp of when the glossary was created.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
The timestamp of when the glossary was created.
sourcepub fn created_by(self, input: impl Into<String>) -> Self
pub fn created_by(self, input: impl Into<String>) -> Self
The Amazon DataZone user who created the glossary.
sourcepub fn set_created_by(self, input: Option<String>) -> Self
pub fn set_created_by(self, input: Option<String>) -> Self
The Amazon DataZone user who created the glossary.
sourcepub fn get_created_by(&self) -> &Option<String>
pub fn get_created_by(&self) -> &Option<String>
The Amazon DataZone user who created the glossary.
sourcepub fn updated_at(self, input: DateTime) -> Self
pub fn updated_at(self, input: DateTime) -> Self
The timestamp of when the business glossary was updated.
sourcepub fn set_updated_at(self, input: Option<DateTime>) -> Self
pub fn set_updated_at(self, input: Option<DateTime>) -> Self
The timestamp of when the business glossary was updated.
sourcepub fn get_updated_at(&self) -> &Option<DateTime>
pub fn get_updated_at(&self) -> &Option<DateTime>
The timestamp of when the business glossary was updated.
sourcepub fn updated_by(self, input: impl Into<String>) -> Self
pub fn updated_by(self, input: impl Into<String>) -> Self
The Amazon DataZone user who updated the business glossary.
sourcepub fn set_updated_by(self, input: Option<String>) -> Self
pub fn set_updated_by(self, input: Option<String>) -> Self
The Amazon DataZone user who updated the business glossary.
sourcepub fn get_updated_by(&self) -> &Option<String>
pub fn get_updated_by(&self) -> &Option<String>
The Amazon DataZone user who updated the business glossary.
sourcepub fn build(self) -> GlossaryItem
pub fn build(self) -> GlossaryItem
Consumes the builder and constructs a GlossaryItem
.
Trait Implementations§
source§impl Clone for GlossaryItemBuilder
impl Clone for GlossaryItemBuilder
source§fn clone(&self) -> GlossaryItemBuilder
fn clone(&self) -> GlossaryItemBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GlossaryItemBuilder
impl Debug for GlossaryItemBuilder
source§impl Default for GlossaryItemBuilder
impl Default for GlossaryItemBuilder
source§fn default() -> GlossaryItemBuilder
fn default() -> GlossaryItemBuilder
source§impl PartialEq for GlossaryItemBuilder
impl PartialEq for GlossaryItemBuilder
source§fn eq(&self, other: &GlossaryItemBuilder) -> bool
fn eq(&self, other: &GlossaryItemBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.