pub struct CreateConnectionAlias { /* private fields */ }
Expand description
Fluent builder constructing a request to CreateConnectionAlias
.
Creates the specified connection alias for use with cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces.
Implementations§
source§impl CreateConnectionAlias
impl CreateConnectionAlias
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<CreateConnectionAlias, AwsResponseRetryClassifier>, SdkError<CreateConnectionAliasError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<CreateConnectionAlias, AwsResponseRetryClassifier>, SdkError<CreateConnectionAliasError>>
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<CreateConnectionAliasOutput, SdkError<CreateConnectionAliasError>>
pub async fn send(
self
) -> Result<CreateConnectionAliasOutput, SdkError<CreateConnectionAliasError>>
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 connection_string(self, input: impl Into<String>) -> Self
pub fn connection_string(self, input: impl Into<String>) -> Self
A connection string in the form of a fully qualified domain name (FQDN), such as www.example.com
.
After you create a connection string, it is always associated to your Amazon Web Services account. You cannot recreate the same connection string with a different account, even if you delete all instances of it from the original account. The connection string is globally reserved for your account.
sourcepub fn set_connection_string(self, input: Option<String>) -> Self
pub fn set_connection_string(self, input: Option<String>) -> Self
A connection string in the form of a fully qualified domain name (FQDN), such as www.example.com
.
After you create a connection string, it is always associated to your Amazon Web Services account. You cannot recreate the same connection string with a different account, even if you delete all instances of it from the original account. The connection string is globally reserved for your account.
Appends an item to Tags
.
To override the contents of this collection use set_tags
.
The tags to associate with the connection alias.
The tags to associate with the connection alias.
Trait Implementations§
source§impl Clone for CreateConnectionAlias
impl Clone for CreateConnectionAlias
source§fn clone(&self) -> CreateConnectionAlias
fn clone(&self) -> CreateConnectionAlias
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more