Struct aws_sdk_elasticsearch::operation::describe_outbound_cross_cluster_search_connections::builders::DescribeOutboundCrossClusterSearchConnectionsOutputBuilder
source · #[non_exhaustive]pub struct DescribeOutboundCrossClusterSearchConnectionsOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeOutboundCrossClusterSearchConnectionsOutput
.
Implementations§
source§impl DescribeOutboundCrossClusterSearchConnectionsOutputBuilder
impl DescribeOutboundCrossClusterSearchConnectionsOutputBuilder
sourcepub fn cross_cluster_search_connections(
self,
input: OutboundCrossClusterSearchConnection
) -> Self
pub fn cross_cluster_search_connections( self, input: OutboundCrossClusterSearchConnection ) -> Self
Appends an item to cross_cluster_search_connections
.
To override the contents of this collection use set_cross_cluster_search_connections
.
Consists of list of
matching the specified filter criteria.OutboundCrossClusterSearchConnection
sourcepub fn set_cross_cluster_search_connections(
self,
input: Option<Vec<OutboundCrossClusterSearchConnection>>
) -> Self
pub fn set_cross_cluster_search_connections( self, input: Option<Vec<OutboundCrossClusterSearchConnection>> ) -> Self
Consists of list of
matching the specified filter criteria.OutboundCrossClusterSearchConnection
sourcepub fn get_cross_cluster_search_connections(
&self
) -> &Option<Vec<OutboundCrossClusterSearchConnection>>
pub fn get_cross_cluster_search_connections( &self ) -> &Option<Vec<OutboundCrossClusterSearchConnection>>
Consists of list of
matching the specified filter criteria.OutboundCrossClusterSearchConnection
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If more results are available and NextToken is present, make the next request to the same API with the received NextToken to paginate the remaining results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If more results are available and NextToken is present, make the next request to the same API with the received NextToken to paginate the remaining results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
If more results are available and NextToken is present, make the next request to the same API with the received NextToken to paginate the remaining results.
sourcepub fn build(self) -> DescribeOutboundCrossClusterSearchConnectionsOutput
pub fn build(self) -> DescribeOutboundCrossClusterSearchConnectionsOutput
Consumes the builder and constructs a DescribeOutboundCrossClusterSearchConnectionsOutput
.
Trait Implementations§
source§impl Clone for DescribeOutboundCrossClusterSearchConnectionsOutputBuilder
impl Clone for DescribeOutboundCrossClusterSearchConnectionsOutputBuilder
source§fn clone(&self) -> DescribeOutboundCrossClusterSearchConnectionsOutputBuilder
fn clone(&self) -> DescribeOutboundCrossClusterSearchConnectionsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeOutboundCrossClusterSearchConnectionsOutputBuilder
impl Default for DescribeOutboundCrossClusterSearchConnectionsOutputBuilder
source§fn default() -> DescribeOutboundCrossClusterSearchConnectionsOutputBuilder
fn default() -> DescribeOutboundCrossClusterSearchConnectionsOutputBuilder
source§impl PartialEq for DescribeOutboundCrossClusterSearchConnectionsOutputBuilder
impl PartialEq for DescribeOutboundCrossClusterSearchConnectionsOutputBuilder
source§fn eq(
&self,
other: &DescribeOutboundCrossClusterSearchConnectionsOutputBuilder
) -> bool
fn eq( &self, other: &DescribeOutboundCrossClusterSearchConnectionsOutputBuilder ) -> bool
self
and other
values to be equal, and is used
by ==
.