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.
.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #crossClusterSearchConnections(List) .crossClusterSearchConnections - a consumer that will call methods on List.Builder #crossClusterSearchConnections(List) 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 © 2022. All rights reserved.