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.
InboundCrossClusterSearchConnection.Builder
avoiding the need to create one manually via
InboundCrossClusterSearchConnection.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
InboundCrossClusterSearchConnection.Builder#crossClusterSearchConnections(java.util.Collection) 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 © 2023. All rights reserved.