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