public static interface DescribeInboundCrossClusterSearchConnectionsRequest.Builder extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<DescribeInboundCrossClusterSearchConnectionsRequest.Builder,DescribeInboundCrossClusterSearchConnectionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInboundCrossClusterSearchConnectionsRequest.Builder filters(Collection<Filter> filters)
A list of filters used to match properties for inbound cross-cluster search connection. Available
Filter names for this operation are:
filters - A list of filters used to match properties for inbound cross-cluster search connection. Available
Filter names for this operation are:
DescribeInboundCrossClusterSearchConnectionsRequest.Builder filters(Filter... filters)
A list of filters used to match properties for inbound cross-cluster search connection. Available
Filter names for this operation are:
filters - A list of filters used to match properties for inbound cross-cluster search connection. Available
Filter names for this operation are:
DescribeInboundCrossClusterSearchConnectionsRequest.Builder filters(Consumer<Filter.Builder>... filters)
A list of filters used to match properties for inbound cross-cluster search connection. Available
Filter names for this operation are:
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) DescribeInboundCrossClusterSearchConnectionsRequest.Builder maxResults(Integer maxResults)
Set this value to limit the number of results returned. If not specified, defaults to 100.
maxResults - Set this value to limit the number of results returned. If not specified, defaults to 100.DescribeInboundCrossClusterSearchConnectionsRequest.Builder nextToken(String nextToken)
NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.
nextToken - NextToken is sent in case the earlier API call results contain the NextToken. It is used for
pagination.DescribeInboundCrossClusterSearchConnectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeInboundCrossClusterSearchConnectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.