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.
This API is is no longer supported and will not be updated. We recommend using the latest version, CreateAppInstance, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
Implementations§
source§impl CreateAppInstanceFluentBuilder
impl CreateAppInstanceFluentBuilder
sourcepub fn as_input(&self) -> &CreateAppInstanceInputBuilder
pub fn as_input(&self) -> &CreateAppInstanceInputBuilder
Access the CreateAppInstance as a reference.
sourcepub async fn send(
self
) -> Result<CreateAppInstanceOutput, SdkError<CreateAppInstanceError, HttpResponse>>
pub async fn send( self ) -> Result<CreateAppInstanceOutput, SdkError<CreateAppInstanceError, 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<CreateAppInstanceOutput, CreateAppInstanceError, Self>
pub fn customize( self ) -> CustomizableOperation<CreateAppInstanceOutput, CreateAppInstanceError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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 get_metadata(&self) -> &Option<String>
pub fn get_metadata(&self) -> &Option<String>
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
.
sourcepub fn get_client_request_token(&self) -> &Option<String>
pub fn get_client_request_token(&self) -> &Option<String>
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
.
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