#[non_exhaustive]pub struct CreateOutboundCrossClusterSearchConnectionInput { /* private fields */ }
Expand description
Container for the parameters to the
operation.CreateOutboundCrossClusterSearchConnection
Implementations§
source§impl CreateOutboundCrossClusterSearchConnectionInput
impl CreateOutboundCrossClusterSearchConnectionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateOutboundCrossClusterSearchConnection, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateOutboundCrossClusterSearchConnection, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateOutboundCrossClusterSearchConnection
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateOutboundCrossClusterSearchConnectionInput
.
source§impl CreateOutboundCrossClusterSearchConnectionInput
impl CreateOutboundCrossClusterSearchConnectionInput
sourcepub fn source_domain_info(&self) -> Option<&DomainInformation>
pub fn source_domain_info(&self) -> Option<&DomainInformation>
Specifies the
for the source Elasticsearch domain.DomainInformation
sourcepub fn destination_domain_info(&self) -> Option<&DomainInformation>
pub fn destination_domain_info(&self) -> Option<&DomainInformation>
Specifies the
for the destination Elasticsearch domain.DomainInformation
sourcepub fn connection_alias(&self) -> Option<&str>
pub fn connection_alias(&self) -> Option<&str>
Specifies the connection alias that will be used by the customer for this connection.
Trait Implementations§
source§impl Clone for CreateOutboundCrossClusterSearchConnectionInput
impl Clone for CreateOutboundCrossClusterSearchConnectionInput
source§fn clone(&self) -> CreateOutboundCrossClusterSearchConnectionInput
fn clone(&self) -> CreateOutboundCrossClusterSearchConnectionInput
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 PartialEq<CreateOutboundCrossClusterSearchConnectionInput> for CreateOutboundCrossClusterSearchConnectionInput
impl PartialEq<CreateOutboundCrossClusterSearchConnectionInput> for CreateOutboundCrossClusterSearchConnectionInput
source§fn eq(&self, other: &CreateOutboundCrossClusterSearchConnectionInput) -> bool
fn eq(&self, other: &CreateOutboundCrossClusterSearchConnectionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.