public static interface VulnerabilityVendor.Builder extends SdkPojo, CopyableBuilder<VulnerabilityVendor.Builder,VulnerabilityVendor>
| Modifier and Type | Method and Description |
|---|---|
VulnerabilityVendor.Builder |
name(String name)
The name of the vendor.
|
VulnerabilityVendor.Builder |
url(String url)
The URL of the vulnerability advisory.
|
VulnerabilityVendor.Builder |
vendorCreatedAt(String vendorCreatedAt)
Indicates when the vulnerability advisory was created.
|
VulnerabilityVendor.Builder |
vendorSeverity(String vendorSeverity)
The severity that the vendor assigned to the vulnerability.
|
VulnerabilityVendor.Builder |
vendorUpdatedAt(String vendorUpdatedAt)
Indicates when the vulnerability advisory was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVulnerabilityVendor.Builder name(String name)
The name of the vendor.
name - The name of the vendor.VulnerabilityVendor.Builder url(String url)
The URL of the vulnerability advisory.
url - The URL of the vulnerability advisory.VulnerabilityVendor.Builder vendorSeverity(String vendorSeverity)
The severity that the vendor assigned to the vulnerability.
vendorSeverity - The severity that the vendor assigned to the vulnerability.VulnerabilityVendor.Builder vendorCreatedAt(String vendorCreatedAt)
Indicates when the vulnerability advisory was created.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces, and date and time should be separated by T. For example,
2020-03-22T13:22:13.933Z.
vendorCreatedAt - Indicates when the vulnerability advisory was created.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T.
For example, 2020-03-22T13:22:13.933Z.
VulnerabilityVendor.Builder vendorUpdatedAt(String vendorUpdatedAt)
Indicates when the vulnerability advisory was last updated.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces, and date and time should be separated by T. For example,
2020-03-22T13:22:13.933Z.
vendorUpdatedAt - Indicates when the vulnerability advisory was last updated.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T.
For example, 2020-03-22T13:22:13.933Z.
Copyright © 2023. All rights reserved.