Struct aws_sdk_elasticsearch::operation::create_outbound_cross_cluster_search_connection::builders::CreateOutboundCrossClusterSearchConnectionOutputBuilder
source · #[non_exhaustive]pub struct CreateOutboundCrossClusterSearchConnectionOutputBuilder { /* private fields */ }
Expand description
A builder for CreateOutboundCrossClusterSearchConnectionOutput
.
Implementations§
source§impl CreateOutboundCrossClusterSearchConnectionOutputBuilder
impl CreateOutboundCrossClusterSearchConnectionOutputBuilder
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 connection_alias(self, input: impl Into<String>) -> Self
pub fn connection_alias(self, input: impl Into<String>) -> Self
Specifies the connection alias provided during the create connection request.
sourcepub fn set_connection_alias(self, input: Option<String>) -> Self
pub fn set_connection_alias(self, input: Option<String>) -> Self
Specifies the connection alias provided during the create connection request.
sourcepub fn get_connection_alias(&self) -> &Option<String>
pub fn get_connection_alias(&self) -> &Option<String>
Specifies the connection alias provided during the create connection request.
sourcepub fn connection_status(
self,
input: OutboundCrossClusterSearchConnectionStatus,
) -> Self
pub fn connection_status( self, input: OutboundCrossClusterSearchConnectionStatus, ) -> Self
Specifies the
for the newly created connection.OutboundCrossClusterSearchConnectionStatus
sourcepub fn set_connection_status(
self,
input: Option<OutboundCrossClusterSearchConnectionStatus>,
) -> Self
pub fn set_connection_status( self, input: Option<OutboundCrossClusterSearchConnectionStatus>, ) -> Self
Specifies the
for the newly created connection.OutboundCrossClusterSearchConnectionStatus
sourcepub fn get_connection_status(
&self,
) -> &Option<OutboundCrossClusterSearchConnectionStatus>
pub fn get_connection_status( &self, ) -> &Option<OutboundCrossClusterSearchConnectionStatus>
Specifies the
for the newly created connection.OutboundCrossClusterSearchConnectionStatus
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
Unique id for the created outbound connection, which is used for subsequent operations on 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
Unique id for the created outbound connection, which is used for subsequent operations on connection.
sourcepub fn get_cross_cluster_search_connection_id(&self) -> &Option<String>
pub fn get_cross_cluster_search_connection_id(&self) -> &Option<String>
Unique id for the created outbound connection, which is used for subsequent operations on connection.
sourcepub fn build(self) -> CreateOutboundCrossClusterSearchConnectionOutput
pub fn build(self) -> CreateOutboundCrossClusterSearchConnectionOutput
Consumes the builder and constructs a CreateOutboundCrossClusterSearchConnectionOutput
.
Trait Implementations§
source§impl Clone for CreateOutboundCrossClusterSearchConnectionOutputBuilder
impl Clone for CreateOutboundCrossClusterSearchConnectionOutputBuilder
source§fn clone(&self) -> CreateOutboundCrossClusterSearchConnectionOutputBuilder
fn clone(&self) -> CreateOutboundCrossClusterSearchConnectionOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateOutboundCrossClusterSearchConnectionOutputBuilder
impl Default for CreateOutboundCrossClusterSearchConnectionOutputBuilder
source§fn default() -> CreateOutboundCrossClusterSearchConnectionOutputBuilder
fn default() -> CreateOutboundCrossClusterSearchConnectionOutputBuilder
source§impl PartialEq for CreateOutboundCrossClusterSearchConnectionOutputBuilder
impl PartialEq for CreateOutboundCrossClusterSearchConnectionOutputBuilder
source§fn eq(
&self,
other: &CreateOutboundCrossClusterSearchConnectionOutputBuilder,
) -> bool
fn eq( &self, other: &CreateOutboundCrossClusterSearchConnectionOutputBuilder, ) -> bool
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CreateOutboundCrossClusterSearchConnectionOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateOutboundCrossClusterSearchConnectionOutputBuilder
impl RefUnwindSafe for CreateOutboundCrossClusterSearchConnectionOutputBuilder
impl Send for CreateOutboundCrossClusterSearchConnectionOutputBuilder
impl Sync for CreateOutboundCrossClusterSearchConnectionOutputBuilder
impl Unpin for CreateOutboundCrossClusterSearchConnectionOutputBuilder
impl UnwindSafe for CreateOutboundCrossClusterSearchConnectionOutputBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more