Struct aws_sdk_elasticsearch::input::describe_inbound_cross_cluster_search_connections_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DescribeInboundCrossClusterSearchConnectionsInput
Implementations
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
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
Set this value to limit the number of results returned. If not specified, defaults to 100.
Set this value to limit the number of results returned. If not specified, defaults to 100.
NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.
NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.
Consumes the builder and constructs a DescribeInboundCrossClusterSearchConnectionsInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more