Struct aws_sdk_chime::types::builders::AppInstanceBuilder
source · #[non_exhaustive]pub struct AppInstanceBuilder { /* private fields */ }Expand description
A builder for AppInstance.
Implementations§
source§impl AppInstanceBuilder
impl AppInstanceBuilder
sourcepub fn app_instance_arn(self, input: impl Into<String>) -> Self
pub fn app_instance_arn(self, input: impl Into<String>) -> Self
The ARN of the messaging instance.
sourcepub fn set_app_instance_arn(self, input: Option<String>) -> Self
pub fn set_app_instance_arn(self, input: Option<String>) -> Self
The ARN of the messaging instance.
sourcepub fn set_metadata(self, input: Option<String>) -> Self
pub fn set_metadata(self, input: Option<String>) -> Self
The metadata of an AppInstance.
sourcepub fn created_timestamp(self, input: DateTime) -> Self
pub fn created_timestamp(self, input: DateTime) -> Self
The time at which an AppInstance was created. In epoch milliseconds.
sourcepub fn set_created_timestamp(self, input: Option<DateTime>) -> Self
pub fn set_created_timestamp(self, input: Option<DateTime>) -> Self
The time at which an AppInstance was created. In epoch milliseconds.
sourcepub fn last_updated_timestamp(self, input: DateTime) -> Self
pub fn last_updated_timestamp(self, input: DateTime) -> Self
The time an AppInstance was last updated. In epoch milliseconds.
sourcepub fn set_last_updated_timestamp(self, input: Option<DateTime>) -> Self
pub fn set_last_updated_timestamp(self, input: Option<DateTime>) -> Self
The time an AppInstance was last updated. In epoch milliseconds.
sourcepub fn build(self) -> AppInstance
pub fn build(self) -> AppInstance
Consumes the builder and constructs a AppInstance.
Trait Implementations§
source§impl Clone for AppInstanceBuilder
impl Clone for AppInstanceBuilder
source§fn clone(&self) -> AppInstanceBuilder
fn clone(&self) -> AppInstanceBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AppInstanceBuilder
impl Debug for AppInstanceBuilder
source§impl Default for AppInstanceBuilder
impl Default for AppInstanceBuilder
source§fn default() -> AppInstanceBuilder
fn default() -> AppInstanceBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AppInstanceBuilder> for AppInstanceBuilder
impl PartialEq<AppInstanceBuilder> for AppInstanceBuilder
source§fn eq(&self, other: &AppInstanceBuilder) -> bool
fn eq(&self, other: &AppInstanceBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.