Interface PolicyParameter.Builder

  • Method Details

    • name

      The name of the policy parameter.

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

      The allowed values for the policy parameter.

      Parameters:
      values - The allowed values for the policy parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      PolicyParameter.Builder values(String... values)

      The allowed values for the policy parameter.

      Parameters:
      values - The allowed values for the policy parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The data type of the policy parameter value.

      Parameters:
      type - The data type of the policy parameter value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The data type of the policy parameter value.

      Parameters:
      type - The data type of the policy parameter value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: