Interface LocationFilter.Builder

    • Method Detail

      • name

        LocationFilter.Builder name​(String name)

        The name of the filter being used. Each API call supports a list of filters that are available for it (for example, LocationType for ListLocations).

        Parameters:
        name - The name of the filter being used. Each API call supports a list of filters that are available for it (for example, LocationType for ListLocations).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LocationFilterName, LocationFilterName
      • name

        LocationFilter.Builder name​(LocationFilterName name)

        The name of the filter being used. Each API call supports a list of filters that are available for it (for example, LocationType for ListLocations).

        Parameters:
        name - The name of the filter being used. Each API call supports a list of filters that are available for it (for example, LocationType for ListLocations).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LocationFilterName, LocationFilterName
      • values

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

        The values that you want to filter for. For example, you might want to display only Amazon S3 locations.

        Parameters:
        values - The values that you want to filter for. For example, you might want to display only Amazon S3 locations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        LocationFilter.Builder values​(String... values)

        The values that you want to filter for. For example, you might want to display only Amazon S3 locations.

        Parameters:
        values - The values that you want to filter for. For example, you might want to display only Amazon S3 locations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operator

        LocationFilter.Builder operator​(String operator)

        The operator that is used to compare filter values (for example, Equals or Contains ).

        Parameters:
        operator - The operator that is used to compare filter values (for example, Equals or Contains).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Operator, Operator
      • operator

        LocationFilter.Builder operator​(Operator operator)

        The operator that is used to compare filter values (for example, Equals or Contains ).

        Parameters:
        operator - The operator that is used to compare filter values (for example, Equals or Contains).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Operator, Operator