public static interface GeneratorDetails.Builder extends SdkPojo, CopyableBuilder<GeneratorDetails.Builder,GeneratorDetails>
| Modifier and Type | Method and Description |
|---|---|
GeneratorDetails.Builder |
description(String description)
The description of the detector used to identify the code vulnerability.
|
GeneratorDetails.Builder |
labels(Collection<String> labels)
An array of tags used to identify the detector associated with the finding.
|
GeneratorDetails.Builder |
labels(String... labels)
An array of tags used to identify the detector associated with the finding.
|
GeneratorDetails.Builder |
name(String name)
The name of the detector used to identify the code vulnerability.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGeneratorDetails.Builder name(String name)
The name of the detector used to identify the code vulnerability.
name - The name of the detector used to identify the code vulnerability.GeneratorDetails.Builder description(String description)
The description of the detector used to identify the code vulnerability.
description - The description of the detector used to identify the code vulnerability.GeneratorDetails.Builder labels(Collection<String> labels)
An array of tags used to identify the detector associated with the finding.
labels - An array of tags used to identify the detector associated with the finding.GeneratorDetails.Builder labels(String... labels)
An array of tags used to identify the detector associated with the finding.
labels - An array of tags used to identify the detector associated with the finding.Copyright © 2023. All rights reserved.