| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static GeneratorDetails.Builder |
GeneratorDetails.builder() |
GeneratorDetails.Builder |
GeneratorDetails.Builder.description(String description)
The description of the detector used to identify the code vulnerability.
|
GeneratorDetails.Builder |
GeneratorDetails.Builder.labels(Collection<String> labels)
An array of tags used to identify the detector associated with the finding.
|
GeneratorDetails.Builder |
GeneratorDetails.Builder.labels(String... labels)
An array of tags used to identify the detector associated with the finding.
|
GeneratorDetails.Builder |
GeneratorDetails.Builder.name(String name)
The name of the detector used to identify the code vulnerability.
|
GeneratorDetails.Builder |
GeneratorDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GeneratorDetails.Builder> |
GeneratorDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.generatorDetails(Consumer<GeneratorDetails.Builder> generatorDetails)
Provides metadata for the Amazon CodeGuru detector associated with a finding.
|
Copyright © 2023. All rights reserved.