#[non_exhaustive]pub struct InboundCrossClusterSearchConnectionBuilder { /* private fields */ }
Expand description
A builder for InboundCrossClusterSearchConnection
.
Implementations§
source§impl InboundCrossClusterSearchConnectionBuilder
impl InboundCrossClusterSearchConnectionBuilder
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 get_source_domain_info(&self) -> &Option<DomainInformation>
pub fn get_source_domain_info(&self) -> &Option<DomainInformation>
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 get_destination_domain_info(&self) -> &Option<DomainInformation>
pub fn get_destination_domain_info(&self) -> &Option<DomainInformation>
Specifies the
for the destination Elasticsearch domain.DomainInformation
sourcepub fn cross_cluster_search_connection_id(
self,
input: impl Into<String>
) -> Self
pub fn cross_cluster_search_connection_id( self, input: impl Into<String> ) -> Self
Specifies the connection id for the inbound cross-cluster search connection.
sourcepub fn set_cross_cluster_search_connection_id(
self,
input: Option<String>
) -> Self
pub fn set_cross_cluster_search_connection_id( self, input: Option<String> ) -> Self
Specifies the connection id for the inbound cross-cluster search connection.
sourcepub fn get_cross_cluster_search_connection_id(&self) -> &Option<String>
pub fn get_cross_cluster_search_connection_id(&self) -> &Option<String>
Specifies the connection id for the inbound cross-cluster search connection.
sourcepub fn connection_status(
self,
input: InboundCrossClusterSearchConnectionStatus
) -> Self
pub fn connection_status( self, input: InboundCrossClusterSearchConnectionStatus ) -> Self
Specifies the
for the outbound connection.InboundCrossClusterSearchConnectionStatus
sourcepub fn set_connection_status(
self,
input: Option<InboundCrossClusterSearchConnectionStatus>
) -> Self
pub fn set_connection_status( self, input: Option<InboundCrossClusterSearchConnectionStatus> ) -> Self
Specifies the
for the outbound connection.InboundCrossClusterSearchConnectionStatus
sourcepub fn get_connection_status(
&self
) -> &Option<InboundCrossClusterSearchConnectionStatus>
pub fn get_connection_status( &self ) -> &Option<InboundCrossClusterSearchConnectionStatus>
Specifies the
for the outbound connection.InboundCrossClusterSearchConnectionStatus
sourcepub fn build(self) -> InboundCrossClusterSearchConnection
pub fn build(self) -> InboundCrossClusterSearchConnection
Consumes the builder and constructs a InboundCrossClusterSearchConnection
.
Trait Implementations§
source§impl Clone for InboundCrossClusterSearchConnectionBuilder
impl Clone for InboundCrossClusterSearchConnectionBuilder
source§fn clone(&self) -> InboundCrossClusterSearchConnectionBuilder
fn clone(&self) -> InboundCrossClusterSearchConnectionBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for InboundCrossClusterSearchConnectionBuilder
impl Default for InboundCrossClusterSearchConnectionBuilder
source§fn default() -> InboundCrossClusterSearchConnectionBuilder
fn default() -> InboundCrossClusterSearchConnectionBuilder
source§impl PartialEq for InboundCrossClusterSearchConnectionBuilder
impl PartialEq for InboundCrossClusterSearchConnectionBuilder
source§fn eq(&self, other: &InboundCrossClusterSearchConnectionBuilder) -> bool
fn eq(&self, other: &InboundCrossClusterSearchConnectionBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.