Struct aws_sdk_elasticsearch::operation::reject_inbound_cross_cluster_search_connection::builders::RejectInboundCrossClusterSearchConnectionOutputBuilder
source · #[non_exhaustive]pub struct RejectInboundCrossClusterSearchConnectionOutputBuilder { /* private fields */ }Expand description
A builder for RejectInboundCrossClusterSearchConnectionOutput.
Implementations§
source§impl RejectInboundCrossClusterSearchConnectionOutputBuilder
impl RejectInboundCrossClusterSearchConnectionOutputBuilder
sourcepub fn cross_cluster_search_connection(
self,
input: InboundCrossClusterSearchConnection
) -> Self
pub fn cross_cluster_search_connection( self, input: InboundCrossClusterSearchConnection ) -> Self
Specifies the of rejected inbound connection. InboundCrossClusterSearchConnection
sourcepub fn set_cross_cluster_search_connection(
self,
input: Option<InboundCrossClusterSearchConnection>
) -> Self
pub fn set_cross_cluster_search_connection( self, input: Option<InboundCrossClusterSearchConnection> ) -> Self
Specifies the of rejected inbound connection. InboundCrossClusterSearchConnection
sourcepub fn build(self) -> RejectInboundCrossClusterSearchConnectionOutput
pub fn build(self) -> RejectInboundCrossClusterSearchConnectionOutput
Consumes the builder and constructs a RejectInboundCrossClusterSearchConnectionOutput.
Trait Implementations§
source§impl Clone for RejectInboundCrossClusterSearchConnectionOutputBuilder
impl Clone for RejectInboundCrossClusterSearchConnectionOutputBuilder
source§fn clone(&self) -> RejectInboundCrossClusterSearchConnectionOutputBuilder
fn clone(&self) -> RejectInboundCrossClusterSearchConnectionOutputBuilder
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 RejectInboundCrossClusterSearchConnectionOutputBuilder
impl Default for RejectInboundCrossClusterSearchConnectionOutputBuilder
source§fn default() -> RejectInboundCrossClusterSearchConnectionOutputBuilder
fn default() -> RejectInboundCrossClusterSearchConnectionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<RejectInboundCrossClusterSearchConnectionOutputBuilder> for RejectInboundCrossClusterSearchConnectionOutputBuilder
impl PartialEq<RejectInboundCrossClusterSearchConnectionOutputBuilder> for RejectInboundCrossClusterSearchConnectionOutputBuilder
source§fn eq(
&self,
other: &RejectInboundCrossClusterSearchConnectionOutputBuilder
) -> bool
fn eq( &self, other: &RejectInboundCrossClusterSearchConnectionOutputBuilder ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.