Struct aws_sdk_chimesdkidentity::operation::create_app_instance_user::builders::CreateAppInstanceUserFluentBuilder
source · pub struct CreateAppInstanceUserFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to CreateAppInstanceUser.
Creates a user under an Amazon Chime AppInstance. The request consists of a unique appInstanceUserId and Name for that user.
Implementations§
source§impl CreateAppInstanceUserFluentBuilder
impl CreateAppInstanceUserFluentBuilder
sourcepub fn as_input(&self) -> &CreateAppInstanceUserInputBuilder
pub fn as_input(&self) -> &CreateAppInstanceUserInputBuilder
Access the CreateAppInstanceUser as a reference.
sourcepub async fn send(
self
) -> Result<CreateAppInstanceUserOutput, SdkError<CreateAppInstanceUserError, HttpResponse>>
pub async fn send( self ) -> Result<CreateAppInstanceUserOutput, SdkError<CreateAppInstanceUserError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<CreateAppInstanceUserOutput, CreateAppInstanceUserError, Self>
pub fn customize( self ) -> CustomizableOperation<CreateAppInstanceUserOutput, CreateAppInstanceUserError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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 AppInstance request.
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 AppInstance request.
sourcepub fn get_app_instance_arn(&self) -> &Option<String>
pub fn get_app_instance_arn(&self) -> &Option<String>
The ARN of the AppInstance request.
sourcepub fn app_instance_user_id(self, input: impl Into<String>) -> Self
pub fn app_instance_user_id(self, input: impl Into<String>) -> Self
The user ID of the AppInstance.
sourcepub fn set_app_instance_user_id(self, input: Option<String>) -> Self
pub fn set_app_instance_user_id(self, input: Option<String>) -> Self
The user ID of the AppInstance.
sourcepub fn get_app_instance_user_id(&self) -> &Option<String>
pub fn get_app_instance_user_id(&self) -> &Option<String>
The user ID of the AppInstance.
sourcepub fn metadata(self, input: impl Into<String>) -> Self
pub fn metadata(self, input: impl Into<String>) -> Self
The request's metadata. 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 request's metadata. Limited to a 1KB string in UTF-8.
sourcepub fn get_metadata(&self) -> &Option<String>
pub fn get_metadata(&self) -> &Option<String>
The request's metadata. 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 unique ID of the request. Use different tokens to request additional AppInstances.
sourcepub fn set_client_request_token(self, input: Option<String>) -> Self
pub fn set_client_request_token(self, input: Option<String>) -> Self
The unique ID of the request. Use different tokens to request additional AppInstances.
sourcepub fn get_client_request_token(&self) -> &Option<String>
pub fn get_client_request_token(&self) -> &Option<String>
The unique ID of the request. Use different tokens to request additional AppInstances.
Appends an item to Tags.
To override the contents of this collection use set_tags.
Tags assigned to the AppInstanceUser.
Tags assigned to the AppInstanceUser.
Tags assigned to the AppInstanceUser.
sourcepub fn expiration_settings(self, input: ExpirationSettings) -> Self
pub fn expiration_settings(self, input: ExpirationSettings) -> Self
Settings that control the interval after which the AppInstanceUser is automatically deleted.
sourcepub fn set_expiration_settings(self, input: Option<ExpirationSettings>) -> Self
pub fn set_expiration_settings(self, input: Option<ExpirationSettings>) -> Self
Settings that control the interval after which the AppInstanceUser is automatically deleted.
sourcepub fn get_expiration_settings(&self) -> &Option<ExpirationSettings>
pub fn get_expiration_settings(&self) -> &Option<ExpirationSettings>
Settings that control the interval after which the AppInstanceUser is automatically deleted.
Trait Implementations§
source§impl Clone for CreateAppInstanceUserFluentBuilder
impl Clone for CreateAppInstanceUserFluentBuilder
source§fn clone(&self) -> CreateAppInstanceUserFluentBuilder
fn clone(&self) -> CreateAppInstanceUserFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more