Struct aws_sdk_chime::operation::create_app_instance::builders::CreateAppInstanceFluentBuilder
source · pub struct CreateAppInstanceFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to CreateAppInstance.
Creates an Amazon Chime SDK messaging AppInstance under an AWS account. Only SDK messaging customers use this API. CreateAppInstance supports idempotency behavior as described in the AWS API Standard.
Implementations§
source§impl CreateAppInstanceFluentBuilder
impl CreateAppInstanceFluentBuilder
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<CreateAppInstance, AwsResponseRetryClassifier>, SdkError<CreateAppInstanceError>>
pub async fn customize( self ) -> Result<CustomizableOperation<CreateAppInstance, AwsResponseRetryClassifier>, SdkError<CreateAppInstanceError>>
Consume 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 async fn send(
self
) -> Result<CreateAppInstanceOutput, SdkError<CreateAppInstanceError>>
pub async fn send( self ) -> Result<CreateAppInstanceOutput, SdkError<CreateAppInstanceError>>
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 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.
Trait Implementations§
source§impl Clone for CreateAppInstanceFluentBuilder
impl Clone for CreateAppInstanceFluentBuilder
source§fn clone(&self) -> CreateAppInstanceFluentBuilder
fn clone(&self) -> CreateAppInstanceFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more