Interface DescribeOutboundCrossClusterSearchConnectionsRequest.Builder

    • Method Detail

      • filters

        DescribeOutboundCrossClusterSearchConnectionsRequest.Builder filters​(Collection<Filter> filters)

        A list of filters used to match properties for outbound cross-cluster search connection. Available Filter names for this operation are:

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

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

        DescribeOutboundCrossClusterSearchConnectionsRequest.Builder filters​(Filter... filters)

        A list of filters used to match properties for outbound cross-cluster search connection. Available Filter names for this operation are:

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

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

        DescribeOutboundCrossClusterSearchConnectionsRequest.Builder filters​(Consumer<Filter.Builder>... filters)

        A list of filters used to match properties for outbound cross-cluster search connection. Available Filter names for this operation are:

        • cross-cluster-search-connection-id
        • destination-domain-info.domain-name
        • destination-domain-info.owner-id
        • destination-domain-info.region
        • source-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

        DescribeOutboundCrossClusterSearchConnectionsRequest.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

        DescribeOutboundCrossClusterSearchConnectionsRequest.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.