Struct aws_sdk_workspaces::operation::create_connection_alias::builders::CreateConnectionAliasInputBuilder
source · #[non_exhaustive]pub struct CreateConnectionAliasInputBuilder { /* private fields */ }
Expand description
A builder for CreateConnectionAliasInput
.
Implementations§
source§impl CreateConnectionAliasInputBuilder
impl CreateConnectionAliasInputBuilder
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.
sourcepub fn get_connection_string(&self) -> &Option<String>
pub fn get_connection_string(&self) -> &Option<String>
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.
The tags to associate with the connection alias.
sourcepub fn build(self) -> Result<CreateConnectionAliasInput, BuildError>
pub fn build(self) -> Result<CreateConnectionAliasInput, BuildError>
Consumes the builder and constructs a CreateConnectionAliasInput
.
source§impl CreateConnectionAliasInputBuilder
impl CreateConnectionAliasInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateConnectionAliasOutput, SdkError<CreateConnectionAliasError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateConnectionAliasOutput, SdkError<CreateConnectionAliasError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateConnectionAliasInputBuilder
impl Clone for CreateConnectionAliasInputBuilder
source§fn clone(&self) -> CreateConnectionAliasInputBuilder
fn clone(&self) -> CreateConnectionAliasInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateConnectionAliasInputBuilder
impl Default for CreateConnectionAliasInputBuilder
source§fn default() -> CreateConnectionAliasInputBuilder
fn default() -> CreateConnectionAliasInputBuilder
source§impl PartialEq for CreateConnectionAliasInputBuilder
impl PartialEq for CreateConnectionAliasInputBuilder
source§fn eq(&self, other: &CreateConnectionAliasInputBuilder) -> bool
fn eq(&self, other: &CreateConnectionAliasInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.