#[non_exhaustive]pub struct UpdateDomainOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateDomainOutput
.
Implementations§
source§impl UpdateDomainOutputBuilder
impl UpdateDomainOutputBuilder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The identifier of the Amazon DataZone domain.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The identifier of the Amazon DataZone domain.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description to be updated as part of the UpdateDomain
action.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description to be updated as part of the UpdateDomain
action.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description to be updated as part of the UpdateDomain
action.
sourcepub fn single_sign_on(self, input: SingleSignOn) -> Self
pub fn single_sign_on(self, input: SingleSignOn) -> Self
The single sign-on option of the Amazon DataZone domain.
sourcepub fn set_single_sign_on(self, input: Option<SingleSignOn>) -> Self
pub fn set_single_sign_on(self, input: Option<SingleSignOn>) -> Self
The single sign-on option of the Amazon DataZone domain.
sourcepub fn get_single_sign_on(&self) -> &Option<SingleSignOn>
pub fn get_single_sign_on(&self) -> &Option<SingleSignOn>
The single sign-on option of the Amazon DataZone domain.
sourcepub fn domain_execution_role(self, input: impl Into<String>) -> Self
pub fn domain_execution_role(self, input: impl Into<String>) -> Self
The domain execution role to be updated as part of the UpdateDomain
action.
sourcepub fn set_domain_execution_role(self, input: Option<String>) -> Self
pub fn set_domain_execution_role(self, input: Option<String>) -> Self
The domain execution role to be updated as part of the UpdateDomain
action.
sourcepub fn get_domain_execution_role(&self) -> &Option<String>
pub fn get_domain_execution_role(&self) -> &Option<String>
The domain execution role to be updated as part of the UpdateDomain
action.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name to be updated as part of the UpdateDomain
action.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name to be updated as part of the UpdateDomain
action.
sourcepub fn get_name(&self) -> &Option<String>
pub fn get_name(&self) -> &Option<String>
The name to be updated as part of the UpdateDomain
action.
sourcepub fn last_updated_at(self, input: DateTime) -> Self
pub fn last_updated_at(self, input: DateTime) -> Self
Specifies the timestamp of when the domain was last updated.
sourcepub fn set_last_updated_at(self, input: Option<DateTime>) -> Self
pub fn set_last_updated_at(self, input: Option<DateTime>) -> Self
Specifies the timestamp of when the domain was last updated.
sourcepub fn get_last_updated_at(&self) -> &Option<DateTime>
pub fn get_last_updated_at(&self) -> &Option<DateTime>
Specifies the timestamp of when the domain was last updated.
sourcepub fn build(self) -> UpdateDomainOutput
pub fn build(self) -> UpdateDomainOutput
Consumes the builder and constructs a UpdateDomainOutput
.
Trait Implementations§
source§impl Clone for UpdateDomainOutputBuilder
impl Clone for UpdateDomainOutputBuilder
source§fn clone(&self) -> UpdateDomainOutputBuilder
fn clone(&self) -> UpdateDomainOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UpdateDomainOutputBuilder
impl Debug for UpdateDomainOutputBuilder
source§impl Default for UpdateDomainOutputBuilder
impl Default for UpdateDomainOutputBuilder
source§fn default() -> UpdateDomainOutputBuilder
fn default() -> UpdateDomainOutputBuilder
source§impl PartialEq for UpdateDomainOutputBuilder
impl PartialEq for UpdateDomainOutputBuilder
source§fn eq(&self, other: &UpdateDomainOutputBuilder) -> bool
fn eq(&self, other: &UpdateDomainOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.