#[non_exhaustive]pub struct AppInstanceUserBuilder { /* private fields */ }Expand description
A builder for AppInstanceUser.
Implementations§
source§impl AppInstanceUserBuilder
impl AppInstanceUserBuilder
sourcepub fn app_instance_user_arn(self, input: impl Into<String>) -> Self
pub fn app_instance_user_arn(self, input: impl Into<String>) -> Self
The ARN of the AppInstanceUser.
sourcepub fn set_app_instance_user_arn(self, input: Option<String>) -> Self
pub fn set_app_instance_user_arn(self, input: Option<String>) -> Self
The ARN of the AppInstanceUser.
sourcepub fn get_app_instance_user_arn(&self) -> &Option<String>
pub fn get_app_instance_user_arn(&self) -> &Option<String>
The ARN of the AppInstanceUser.
sourcepub fn set_metadata(self, input: Option<String>) -> Self
pub fn set_metadata(self, input: Option<String>) -> Self
The metadata of the AppInstanceUser.
sourcepub fn get_metadata(&self) -> &Option<String>
pub fn get_metadata(&self) -> &Option<String>
The metadata of the AppInstanceUser.
sourcepub fn created_timestamp(self, input: DateTime) -> Self
pub fn created_timestamp(self, input: DateTime) -> Self
The time at which the AppInstanceUser was created.
sourcepub fn set_created_timestamp(self, input: Option<DateTime>) -> Self
pub fn set_created_timestamp(self, input: Option<DateTime>) -> Self
The time at which the AppInstanceUser was created.
sourcepub fn get_created_timestamp(&self) -> &Option<DateTime>
pub fn get_created_timestamp(&self) -> &Option<DateTime>
The time at which the AppInstanceUser was created.
sourcepub fn last_updated_timestamp(self, input: DateTime) -> Self
pub fn last_updated_timestamp(self, input: DateTime) -> Self
The time at which the AppInstanceUser was last updated.
sourcepub fn set_last_updated_timestamp(self, input: Option<DateTime>) -> Self
pub fn set_last_updated_timestamp(self, input: Option<DateTime>) -> Self
The time at which the AppInstanceUser was last updated.
sourcepub fn get_last_updated_timestamp(&self) -> &Option<DateTime>
pub fn get_last_updated_timestamp(&self) -> &Option<DateTime>
The time at which the AppInstanceUser was last updated.
sourcepub fn expiration_settings(self, input: ExpirationSettings) -> Self
pub fn expiration_settings(self, input: ExpirationSettings) -> Self
The interval after which an AppInstanceUser is automatically deleted.
sourcepub fn set_expiration_settings(self, input: Option<ExpirationSettings>) -> Self
pub fn set_expiration_settings(self, input: Option<ExpirationSettings>) -> Self
The interval after which an AppInstanceUser is automatically deleted.
sourcepub fn get_expiration_settings(&self) -> &Option<ExpirationSettings>
pub fn get_expiration_settings(&self) -> &Option<ExpirationSettings>
The interval after which an AppInstanceUser is automatically deleted.
sourcepub fn build(self) -> AppInstanceUser
pub fn build(self) -> AppInstanceUser
Consumes the builder and constructs a AppInstanceUser.
Trait Implementations§
source§impl Clone for AppInstanceUserBuilder
impl Clone for AppInstanceUserBuilder
source§fn clone(&self) -> AppInstanceUserBuilder
fn clone(&self) -> AppInstanceUserBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for AppInstanceUserBuilder
impl Debug for AppInstanceUserBuilder
source§impl Default for AppInstanceUserBuilder
impl Default for AppInstanceUserBuilder
source§fn default() -> AppInstanceUserBuilder
fn default() -> AppInstanceUserBuilder
source§impl PartialEq for AppInstanceUserBuilder
impl PartialEq for AppInstanceUserBuilder
source§fn eq(&self, other: &AppInstanceUserBuilder) -> bool
fn eq(&self, other: &AppInstanceUserBuilder) -> bool
self and other values to be equal, and is used
by ==.