Struct aws_sdk_elasticsearch::operation::create_outbound_cross_cluster_search_connection::builders::CreateOutboundCrossClusterSearchConnectionInputBuilder
source · #[non_exhaustive]pub struct CreateOutboundCrossClusterSearchConnectionInputBuilder { /* private fields */ }
Expand description
A builder for CreateOutboundCrossClusterSearchConnectionInput
.
Implementations§
source§impl CreateOutboundCrossClusterSearchConnectionInputBuilder
impl CreateOutboundCrossClusterSearchConnectionInputBuilder
sourcepub fn source_domain_info(self, input: DomainInformation) -> Self
pub fn source_domain_info(self, input: DomainInformation) -> Self
Specifies the
for the source Elasticsearch domain.DomainInformation
sourcepub fn set_source_domain_info(self, input: Option<DomainInformation>) -> Self
pub fn set_source_domain_info(self, input: Option<DomainInformation>) -> Self
Specifies the
for the source Elasticsearch domain.DomainInformation
sourcepub fn destination_domain_info(self, input: DomainInformation) -> Self
pub fn destination_domain_info(self, input: DomainInformation) -> Self
Specifies the
for the destination Elasticsearch domain.DomainInformation
sourcepub fn set_destination_domain_info(
self,
input: Option<DomainInformation>
) -> Self
pub fn set_destination_domain_info( self, input: Option<DomainInformation> ) -> Self
Specifies the
for the destination Elasticsearch domain.DomainInformation
sourcepub fn connection_alias(self, input: impl Into<String>) -> Self
pub fn connection_alias(self, input: impl Into<String>) -> Self
Specifies the connection alias that will be used by the customer for this connection.
sourcepub fn set_connection_alias(self, input: Option<String>) -> Self
pub fn set_connection_alias(self, input: Option<String>) -> Self
Specifies the connection alias that will be used by the customer for this connection.
sourcepub fn build(
self
) -> Result<CreateOutboundCrossClusterSearchConnectionInput, BuildError>
pub fn build( self ) -> Result<CreateOutboundCrossClusterSearchConnectionInput, BuildError>
Consumes the builder and constructs a CreateOutboundCrossClusterSearchConnectionInput
.
Trait Implementations§
source§impl Clone for CreateOutboundCrossClusterSearchConnectionInputBuilder
impl Clone for CreateOutboundCrossClusterSearchConnectionInputBuilder
source§fn clone(&self) -> CreateOutboundCrossClusterSearchConnectionInputBuilder
fn clone(&self) -> CreateOutboundCrossClusterSearchConnectionInputBuilder
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 CreateOutboundCrossClusterSearchConnectionInputBuilder
impl Default for CreateOutboundCrossClusterSearchConnectionInputBuilder
source§fn default() -> CreateOutboundCrossClusterSearchConnectionInputBuilder
fn default() -> CreateOutboundCrossClusterSearchConnectionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateOutboundCrossClusterSearchConnectionInputBuilder> for CreateOutboundCrossClusterSearchConnectionInputBuilder
impl PartialEq<CreateOutboundCrossClusterSearchConnectionInputBuilder> for CreateOutboundCrossClusterSearchConnectionInputBuilder
source§fn eq(
&self,
other: &CreateOutboundCrossClusterSearchConnectionInputBuilder
) -> bool
fn eq( &self, other: &CreateOutboundCrossClusterSearchConnectionInputBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateOutboundCrossClusterSearchConnectionInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateOutboundCrossClusterSearchConnectionInputBuilder
impl Send for CreateOutboundCrossClusterSearchConnectionInputBuilder
impl Sync for CreateOutboundCrossClusterSearchConnectionInputBuilder
impl Unpin for CreateOutboundCrossClusterSearchConnectionInputBuilder
impl UnwindSafe for CreateOutboundCrossClusterSearchConnectionInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more