Struct aws_sdk_chime::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 async fn send(
self
) -> Result<CreateAppInstanceUserOutput, SdkError<CreateAppInstanceUserError>>
pub async fn send( self ) -> Result<CreateAppInstanceUserOutput, SdkError<CreateAppInstanceUserError>>
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 async fn customize(
self
) -> Result<CustomizableOperation<CreateAppInstanceUser, AwsResponseRetryClassifier>, SdkError<CreateAppInstanceUserError>>
pub async fn customize( self ) -> Result<CustomizableOperation<CreateAppInstanceUser, AwsResponseRetryClassifier>, SdkError<CreateAppInstanceUserError>>
Consumes this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
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 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 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 client_request_token(self, input: impl Into<String>) -> Self
pub fn client_request_token(self, input: impl Into<String>) -> Self
The token assigned to the user requesting an AppInstance.
sourcepub fn set_client_request_token(self, input: Option<String>) -> Self
pub fn set_client_request_token(self, input: Option<String>) -> Self
The token assigned to the user requesting an AppInstance.
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.
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