public static interface DescribeOutboundCrossClusterSearchConnectionsResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<DescribeOutboundCrossClusterSearchConnectionsResponse.Builder,DescribeOutboundCrossClusterSearchConnectionsResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeOutboundCrossClusterSearchConnectionsResponse.Builder crossClusterSearchConnections(Collection<OutboundCrossClusterSearchConnection> crossClusterSearchConnections)
Consists of list of OutboundCrossClusterSearchConnection matching the specified filter
criteria.
crossClusterSearchConnections - Consists of list of OutboundCrossClusterSearchConnection matching the specified
filter criteria.DescribeOutboundCrossClusterSearchConnectionsResponse.Builder crossClusterSearchConnections(OutboundCrossClusterSearchConnection... crossClusterSearchConnections)
Consists of list of OutboundCrossClusterSearchConnection matching the specified filter
criteria.
crossClusterSearchConnections - Consists of list of OutboundCrossClusterSearchConnection matching the specified
filter criteria.DescribeOutboundCrossClusterSearchConnectionsResponse.Builder crossClusterSearchConnections(Consumer<OutboundCrossClusterSearchConnection.Builder>... crossClusterSearchConnections)
Consists of list of OutboundCrossClusterSearchConnection matching the specified filter
criteria.
OutboundCrossClusterSearchConnection.Builder
avoiding the need to create one manually via
OutboundCrossClusterSearchConnection.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #crossClusterSearchConnections(List.
crossClusterSearchConnections - a consumer that will call methods on
OutboundCrossClusterSearchConnection.Builder#crossClusterSearchConnections(java.util.Collection) DescribeOutboundCrossClusterSearchConnectionsResponse.Builder nextToken(String nextToken)
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.
nextToken - 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.Copyright © 2023. All rights reserved.