Interface ServiceFilter.Builder

    • Method Detail

      • values

        ServiceFilter.Builder values​(Collection<String> values)

        The values that are applicable to the value that you specify for Condition to filter the list of services.

        Parameters:
        values - The values that are applicable to the value that you specify for Condition to filter the list of services.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        ServiceFilter.Builder values​(String... values)

        The values that are applicable to the value that you specify for Condition to filter the list of services.

        Parameters:
        values - The values that are applicable to the value that you specify for Condition to filter the list of services.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • condition

        ServiceFilter.Builder condition​(String condition)

        The operator that you want to use to determine whether a service is returned by ListServices. Valid values for Condition include the following:

        • EQ: When you specify EQ, specify one namespace ID for Values. EQ is the default condition and can be omitted.

        Parameters:
        condition - The operator that you want to use to determine whether a service is returned by ListServices. Valid values for Condition include the following:

        • EQ: When you specify EQ, specify one namespace ID for Values. EQ is the default condition and can be omitted.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FilterCondition, FilterCondition
      • condition

        ServiceFilter.Builder condition​(FilterCondition condition)

        The operator that you want to use to determine whether a service is returned by ListServices. Valid values for Condition include the following:

        • EQ: When you specify EQ, specify one namespace ID for Values. EQ is the default condition and can be omitted.

        Parameters:
        condition - The operator that you want to use to determine whether a service is returned by ListServices. Valid values for Condition include the following:

        • EQ: When you specify EQ, specify one namespace ID for Values. EQ is the default condition and can be omitted.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FilterCondition, FilterCondition