Interface DescribeInboundCrossClusterSearchConnectionsRequest.Builder

    • Method Detail

      • filters

        DescribeInboundCrossClusterSearchConnectionsRequest.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:

        • cross-cluster-search-connection-id
        • source-domain-info.domain-name
        • source-domain-info.owner-id
        • source-domain-info.region
        • destination-domain-info.domain-name

        Parameters:
        filters - A list of filters used to match properties for inbound cross-cluster search connection. Available Filter names for this operation are:
        • cross-cluster-search-connection-id
        • source-domain-info.domain-name
        • source-domain-info.owner-id
        • source-domain-info.region
        • destination-domain-info.domain-name
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        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:

        • cross-cluster-search-connection-id
        • source-domain-info.domain-name
        • source-domain-info.owner-id
        • source-domain-info.region
        • destination-domain-info.domain-name

        Parameters:
        filters - A list of filters used to match properties for inbound cross-cluster search connection. Available Filter names for this operation are:
        • cross-cluster-search-connection-id
        • source-domain-info.domain-name
        • source-domain-info.owner-id
        • source-domain-info.region
        • destination-domain-info.domain-name
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        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:

        • cross-cluster-search-connection-id
        • source-domain-info.domain-name
        • source-domain-info.owner-id
        • source-domain-info.region
        • destination-domain-info.domain-name

        This is a convenience method that creates an instance of the Filter.Builder avoiding the need to create one manually via Filter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #filters(List).

        Parameters:
        filters - a consumer that will call methods on Filter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #filters(java.util.Collection)
      • maxResults

        DescribeInboundCrossClusterSearchConnectionsRequest.Builder maxResults​(Integer maxResults)

        Set this value to limit the number of results returned. If not specified, defaults to 100.

        Parameters:
        maxResults - Set this value to limit the number of results returned. If not specified, defaults to 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeInboundCrossClusterSearchConnectionsRequest.Builder nextToken​(String nextToken)

        NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.

        Parameters:
        nextToken - NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.