Interface SecurityControlParameter.Builder

    • Method Detail

      • name

        SecurityControlParameter.Builder name​(String name)

        The name of a

        Parameters:
        name - The name of a
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        SecurityControlParameter.Builder value​(Collection<String> value)

        The current value of a control parameter.

        Parameters:
        value - The current value of a control parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        SecurityControlParameter.Builder value​(String... value)

        The current value of a control parameter.

        Parameters:
        value - The current value of a control parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.