pub struct Builder { /* private fields */ }Expand description
A builder for AssociateConnectionAliasOutput.
Implementations§
source§impl Builder
impl Builder
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.