Struct aws_sdk_elasticsearch::operation::describe_outbound_cross_cluster_search_connections::builders::DescribeOutboundCrossClusterSearchConnectionsInputBuilder
source · #[non_exhaustive]pub struct DescribeOutboundCrossClusterSearchConnectionsInputBuilder { /* private fields */ }
Expand description
A builder for DescribeOutboundCrossClusterSearchConnectionsInput
.
Implementations§
source§impl DescribeOutboundCrossClusterSearchConnectionsInputBuilder
impl DescribeOutboundCrossClusterSearchConnectionsInputBuilder
sourcepub fn filters(self, input: Filter) -> Self
pub fn filters(self, input: Filter) -> Self
Appends an item to filters
.
To override the contents of this collection use set_filters
.
A list of filters used to match properties for outbound cross-cluster search connection. Available
names for this operation are: Filter
- cross-cluster-search-connection-id
- destination-domain-info.domain-name
- destination-domain-info.owner-id
- destination-domain-info.region
- source-domain-info.domain-name
sourcepub fn set_filters(self, input: Option<Vec<Filter>>) -> Self
pub fn set_filters(self, input: Option<Vec<Filter>>) -> Self
A list of filters used to match properties for outbound cross-cluster search connection. Available
names for this operation are: Filter
- cross-cluster-search-connection-id
- destination-domain-info.domain-name
- destination-domain-info.owner-id
- destination-domain-info.region
- source-domain-info.domain-name
sourcepub fn get_filters(&self) -> &Option<Vec<Filter>>
pub fn get_filters(&self) -> &Option<Vec<Filter>>
A list of filters used to match properties for outbound cross-cluster search connection. Available
names for this operation are: Filter
- cross-cluster-search-connection-id
- destination-domain-info.domain-name
- destination-domain-info.owner-id
- destination-domain-info.region
- source-domain-info.domain-name
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
Set this value to limit the number of results returned. If not specified, defaults to 100.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
Set this value to limit the number of results returned. If not specified, defaults to 100.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
Set this value to limit the number of results returned. If not specified, defaults to 100.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.
sourcepub fn build(
self
) -> Result<DescribeOutboundCrossClusterSearchConnectionsInput, BuildError>
pub fn build( self ) -> Result<DescribeOutboundCrossClusterSearchConnectionsInput, BuildError>
Consumes the builder and constructs a DescribeOutboundCrossClusterSearchConnectionsInput
.
source§impl DescribeOutboundCrossClusterSearchConnectionsInputBuilder
impl DescribeOutboundCrossClusterSearchConnectionsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeOutboundCrossClusterSearchConnectionsOutput, SdkError<DescribeOutboundCrossClusterSearchConnectionsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeOutboundCrossClusterSearchConnectionsOutput, SdkError<DescribeOutboundCrossClusterSearchConnectionsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeOutboundCrossClusterSearchConnectionsInputBuilder
impl Clone for DescribeOutboundCrossClusterSearchConnectionsInputBuilder
source§fn clone(&self) -> DescribeOutboundCrossClusterSearchConnectionsInputBuilder
fn clone(&self) -> DescribeOutboundCrossClusterSearchConnectionsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeOutboundCrossClusterSearchConnectionsInputBuilder
impl Default for DescribeOutboundCrossClusterSearchConnectionsInputBuilder
source§fn default() -> DescribeOutboundCrossClusterSearchConnectionsInputBuilder
fn default() -> DescribeOutboundCrossClusterSearchConnectionsInputBuilder
source§impl PartialEq for DescribeOutboundCrossClusterSearchConnectionsInputBuilder
impl PartialEq for DescribeOutboundCrossClusterSearchConnectionsInputBuilder
source§fn eq(
&self,
other: &DescribeOutboundCrossClusterSearchConnectionsInputBuilder
) -> bool
fn eq( &self, other: &DescribeOutboundCrossClusterSearchConnectionsInputBuilder ) -> bool
self
and other
values to be equal, and is used
by ==
.