Struct aws_sdk_elasticsearch::output::describe_inbound_cross_cluster_search_connections_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DescribeInboundCrossClusterSearchConnectionsOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cross_cluster_search_connections(
self,
input: InboundCrossClusterSearchConnection
) -> Self
pub fn cross_cluster_search_connections(
self,
input: InboundCrossClusterSearchConnection
) -> 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.InboundCrossClusterSearchConnection
sourcepub fn set_cross_cluster_search_connections(
self,
input: Option<Vec<InboundCrossClusterSearchConnection>>
) -> Self
pub fn set_cross_cluster_search_connections(
self,
input: Option<Vec<InboundCrossClusterSearchConnection>>
) -> Self
Consists of list of matching the specified filter criteria.InboundCrossClusterSearchConnection
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 build(self) -> DescribeInboundCrossClusterSearchConnectionsOutput
pub fn build(self) -> DescribeInboundCrossClusterSearchConnectionsOutput
Consumes the builder and constructs a DescribeInboundCrossClusterSearchConnectionsOutput.