#[non_exhaustive]pub struct CreateOutboundCrossClusterSearchConnectionInput { /* private fields */ }
Expand description
Container for the parameters to the
operation.CreateOutboundCrossClusterSearchConnection
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for CreateOutboundCrossClusterSearchConnectionInput
impl Clone for CreateOutboundCrossClusterSearchConnectionInput
sourcefn clone(&self) -> CreateOutboundCrossClusterSearchConnectionInput
fn clone(&self) -> CreateOutboundCrossClusterSearchConnectionInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<CreateOutboundCrossClusterSearchConnectionInput> for CreateOutboundCrossClusterSearchConnectionInput
impl PartialEq<CreateOutboundCrossClusterSearchConnectionInput> for CreateOutboundCrossClusterSearchConnectionInput
sourcefn eq(&self, other: &CreateOutboundCrossClusterSearchConnectionInput) -> bool
fn eq(&self, other: &CreateOutboundCrossClusterSearchConnectionInput) -> bool
impl StructuralPartialEq for CreateOutboundCrossClusterSearchConnectionInput
Auto Trait Implementations
impl RefUnwindSafe for CreateOutboundCrossClusterSearchConnectionInput
impl Send for CreateOutboundCrossClusterSearchConnectionInput
impl Sync for CreateOutboundCrossClusterSearchConnectionInput
impl Unpin for CreateOutboundCrossClusterSearchConnectionInput
impl UnwindSafe for CreateOutboundCrossClusterSearchConnectionInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more