Struct aws_sdk_workspaces::operation::associate_connection_alias::builders::AssociateConnectionAliasOutputBuilder
source · #[non_exhaustive]pub struct AssociateConnectionAliasOutputBuilder { /* private fields */ }Expand description
A builder for AssociateConnectionAliasOutput.
Implementations§
source§impl AssociateConnectionAliasOutputBuilder
impl AssociateConnectionAliasOutputBuilder
sourcepub fn connection_identifier(self, input: impl Into<String>) -> Self
pub fn connection_identifier(self, input: impl Into<String>) -> Self
The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when you're configuring your DNS routing policies.
sourcepub fn set_connection_identifier(self, input: Option<String>) -> Self
pub fn set_connection_identifier(self, input: Option<String>) -> Self
The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when you're configuring your DNS routing policies.
sourcepub fn build(self) -> AssociateConnectionAliasOutput
pub fn build(self) -> AssociateConnectionAliasOutput
Consumes the builder and constructs a AssociateConnectionAliasOutput.
Trait Implementations§
source§impl Clone for AssociateConnectionAliasOutputBuilder
impl Clone for AssociateConnectionAliasOutputBuilder
source§fn clone(&self) -> AssociateConnectionAliasOutputBuilder
fn clone(&self) -> AssociateConnectionAliasOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for AssociateConnectionAliasOutputBuilder
impl Default for AssociateConnectionAliasOutputBuilder
source§fn default() -> AssociateConnectionAliasOutputBuilder
fn default() -> AssociateConnectionAliasOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AssociateConnectionAliasOutputBuilder> for AssociateConnectionAliasOutputBuilder
impl PartialEq<AssociateConnectionAliasOutputBuilder> for AssociateConnectionAliasOutputBuilder
source§fn eq(&self, other: &AssociateConnectionAliasOutputBuilder) -> bool
fn eq(&self, other: &AssociateConnectionAliasOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.