Interface PolicyParameter.Builder

    • Method Detail

      • key

        PolicyParameter.Builder key​(String key)

        Name of the parameter from the list of Review Polices.

        Parameters:
        key - Name of the parameter from the list of Review Polices.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

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

        The list of values of the Parameter

        Parameters:
        values - The list of values of the Parameter
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        PolicyParameter.Builder values​(String... values)

        The list of values of the Parameter

        Parameters:
        values - The list of values of the Parameter
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mapEntries

        PolicyParameter.Builder mapEntries​(Collection<ParameterMapEntry> mapEntries)

        List of ParameterMapEntry objects.

        Parameters:
        mapEntries - List of ParameterMapEntry objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mapEntries

        PolicyParameter.Builder mapEntries​(ParameterMapEntry... mapEntries)

        List of ParameterMapEntry objects.

        Parameters:
        mapEntries - List of ParameterMapEntry objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.