public static interface DescribeInboundCrossClusterSearchConnectionsResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<DescribeInboundCrossClusterSearchConnectionsResponse.Builder,DescribeInboundCrossClusterSearchConnectionsResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInboundCrossClusterSearchConnectionsResponse.Builder crossClusterSearchConnections(Collection<InboundCrossClusterSearchConnection> crossClusterSearchConnections)
Consists of list of InboundCrossClusterSearchConnection matching the specified filter
criteria.
crossClusterSearchConnections - Consists of list of InboundCrossClusterSearchConnection matching the specified
filter criteria.DescribeInboundCrossClusterSearchConnectionsResponse.Builder crossClusterSearchConnections(InboundCrossClusterSearchConnection... crossClusterSearchConnections)
Consists of list of InboundCrossClusterSearchConnection matching the specified filter
criteria.
crossClusterSearchConnections - Consists of list of InboundCrossClusterSearchConnection matching the specified
filter criteria.DescribeInboundCrossClusterSearchConnectionsResponse.Builder crossClusterSearchConnections(Consumer<InboundCrossClusterSearchConnection.Builder>... crossClusterSearchConnections)
Consists of list of InboundCrossClusterSearchConnection 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) DescribeInboundCrossClusterSearchConnectionsResponse.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.