Struct aws_sdk_elasticsearch::operation::describe_inbound_cross_cluster_search_connections::builders::DescribeInboundCrossClusterSearchConnectionsFluentBuilder
source · pub struct DescribeInboundCrossClusterSearchConnectionsFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeInboundCrossClusterSearchConnections
.
Lists all the inbound cross-cluster search connections for a destination domain.
Implementations§
source§impl DescribeInboundCrossClusterSearchConnectionsFluentBuilder
impl DescribeInboundCrossClusterSearchConnectionsFluentBuilder
sourcepub fn as_input(
&self
) -> &DescribeInboundCrossClusterSearchConnectionsInputBuilder
pub fn as_input( &self ) -> &DescribeInboundCrossClusterSearchConnectionsInputBuilder
Access the DescribeInboundCrossClusterSearchConnections as a reference.
sourcepub async fn send(
self
) -> Result<DescribeInboundCrossClusterSearchConnectionsOutput, SdkError<DescribeInboundCrossClusterSearchConnectionsError, HttpResponse>>
pub async fn send( self ) -> Result<DescribeInboundCrossClusterSearchConnectionsOutput, SdkError<DescribeInboundCrossClusterSearchConnectionsError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<DescribeInboundCrossClusterSearchConnectionsOutput, DescribeInboundCrossClusterSearchConnectionsError, Self>
pub fn customize( self ) -> CustomizableOperation<DescribeInboundCrossClusterSearchConnectionsOutput, DescribeInboundCrossClusterSearchConnectionsError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn into_paginator(
self
) -> DescribeInboundCrossClusterSearchConnectionsPaginator
pub fn into_paginator( self ) -> DescribeInboundCrossClusterSearchConnectionsPaginator
Create a paginator for this request
Paginators are used by calling send().await
which returns a PaginationStream
.
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 inbound cross-cluster search connection. Available
names for this operation are: Filter
- cross-cluster-search-connection-id
- source-domain-info.domain-name
- source-domain-info.owner-id
- source-domain-info.region
- destination-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 inbound cross-cluster search connection. Available
names for this operation are: Filter
- cross-cluster-search-connection-id
- source-domain-info.domain-name
- source-domain-info.owner-id
- source-domain-info.region
- destination-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 inbound cross-cluster search connection. Available
names for this operation are: Filter
- cross-cluster-search-connection-id
- source-domain-info.domain-name
- source-domain-info.owner-id
- source-domain-info.region
- destination-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.
Trait Implementations§
source§impl Clone for DescribeInboundCrossClusterSearchConnectionsFluentBuilder
impl Clone for DescribeInboundCrossClusterSearchConnectionsFluentBuilder
source§fn clone(&self) -> DescribeInboundCrossClusterSearchConnectionsFluentBuilder
fn clone(&self) -> DescribeInboundCrossClusterSearchConnectionsFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more