Interface SlotTypeFilter.Builder

    • Method Detail

      • values

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

        The value to use to filter the response.

        Parameters:
        values - The value to use to filter the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        SlotTypeFilter.Builder values​(String... values)

        The value to use to filter the response.

        Parameters:
        values - The value to use to filter the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operator

        SlotTypeFilter.Builder operator​(String operator)

        The operator to use for the filter. Specify EQ when the ListSlotTypes operation should return only aliases that equal the specified value. Specify CO when the ListSlotTypes operation should return aliases that contain the specified value.

        Parameters:
        operator - The operator to use for the filter. Specify EQ when the ListSlotTypes operation should return only aliases that equal the specified value. Specify CO when the ListSlotTypes operation should return aliases that contain the specified value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SlotTypeFilterOperator, SlotTypeFilterOperator
      • operator

        SlotTypeFilter.Builder operator​(SlotTypeFilterOperator operator)

        The operator to use for the filter. Specify EQ when the ListSlotTypes operation should return only aliases that equal the specified value. Specify CO when the ListSlotTypes operation should return aliases that contain the specified value.

        Parameters:
        operator - The operator to use for the filter. Specify EQ when the ListSlotTypes operation should return only aliases that equal the specified value. Specify CO when the ListSlotTypes operation should return aliases that contain the specified value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SlotTypeFilterOperator, SlotTypeFilterOperator