Struct aws_sdk_chime::operation::create_app_instance::builders::CreateAppInstanceInputBuilder
source · #[non_exhaustive]pub struct CreateAppInstanceInputBuilder { /* private fields */ }Expand description
A builder for CreateAppInstanceInput.
Implementations§
source§impl CreateAppInstanceInputBuilder
impl CreateAppInstanceInputBuilder
sourcepub fn metadata(self, input: impl Into<String>) -> Self
pub fn metadata(self, input: impl Into<String>) -> Self
The metadata of the AppInstance. Limited to a 1KB string in UTF-8.
sourcepub fn set_metadata(self, input: Option<String>) -> Self
pub fn set_metadata(self, input: Option<String>) -> Self
The metadata of the AppInstance. Limited to a 1KB string in UTF-8.
sourcepub fn client_request_token(self, input: impl Into<String>) -> Self
pub fn client_request_token(self, input: impl Into<String>) -> Self
The ClientRequestToken of the AppInstance.
sourcepub fn set_client_request_token(self, input: Option<String>) -> Self
pub fn set_client_request_token(self, input: Option<String>) -> Self
The ClientRequestToken of the AppInstance.
Appends an item to tags.
To override the contents of this collection use set_tags.
Tags assigned to the AppInstance.
Tags assigned to the AppInstance.
sourcepub fn build(self) -> Result<CreateAppInstanceInput, BuildError>
pub fn build(self) -> Result<CreateAppInstanceInput, BuildError>
Consumes the builder and constructs a CreateAppInstanceInput.
Trait Implementations§
source§impl Clone for CreateAppInstanceInputBuilder
impl Clone for CreateAppInstanceInputBuilder
source§fn clone(&self) -> CreateAppInstanceInputBuilder
fn clone(&self) -> CreateAppInstanceInputBuilder
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 Default for CreateAppInstanceInputBuilder
impl Default for CreateAppInstanceInputBuilder
source§fn default() -> CreateAppInstanceInputBuilder
fn default() -> CreateAppInstanceInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateAppInstanceInputBuilder> for CreateAppInstanceInputBuilder
impl PartialEq<CreateAppInstanceInputBuilder> for CreateAppInstanceInputBuilder
source§fn eq(&self, other: &CreateAppInstanceInputBuilder) -> bool
fn eq(&self, other: &CreateAppInstanceInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.