Struct aws_sdk_elasticsearch::output::describe_outbound_cross_cluster_search_connections_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DescribeOutboundCrossClusterSearchConnectionsOutput.
Implementations§
source§impl Builder
impl Builder
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 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) -> DescribeOutboundCrossClusterSearchConnectionsOutput
pub fn build(self) -> DescribeOutboundCrossClusterSearchConnectionsOutput
Consumes the builder and constructs a DescribeOutboundCrossClusterSearchConnectionsOutput.