Interface GeneratorDetails.Builder

All Superinterfaces:
Buildable, CopyableBuilder<GeneratorDetails.Builder,GeneratorDetails>, SdkBuilder<GeneratorDetails.Builder,GeneratorDetails>, SdkPojo
Enclosing class:
GeneratorDetails

public static interface GeneratorDetails.Builder extends SdkPojo, CopyableBuilder<GeneratorDetails.Builder,GeneratorDetails>
  • Method Details

    • 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

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

      Parameters:
      labels - An array of tags used to identify the detector associated with the finding.
      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.

      Parameters:
      labels - An array of tags used to identify the detector associated with the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.