Interface GeneratorDetails.Builder

    • Method Detail

      • name

        GeneratorDetails.Builder name​(String name)

        The name of the detector used to identify the code vulnerability.

        Parameters:
        name - The name of the detector used to identify the code vulnerability.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        GeneratorDetails.Builder description​(String description)

        The description of the detector used to identify the code vulnerability.

        Parameters:
        description - The description of the detector used to identify the code vulnerability.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • labels

        GeneratorDetails.Builder labels​(Collection<String> labels)

        An array of tags used to identify the detector associated with the finding.

        Array Members: Minimum number of 0 items. Maximum number of 10 items.

        Parameters:
        labels - An array of tags used to identify the detector associated with the finding.

        Array Members: Minimum number of 0 items. Maximum number of 10 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • labels

        GeneratorDetails.Builder labels​(String... labels)

        An array of tags used to identify the detector associated with the finding.

        Array Members: Minimum number of 0 items. Maximum number of 10 items.

        Parameters:
        labels - An array of tags used to identify the detector associated with the finding.

        Array Members: Minimum number of 0 items. Maximum number of 10 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.