public static class ExportHostVulnerabilityCsvDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExportHostVulnerabilityCsvDetails |
build() |
ExportHostVulnerabilityCsvDetails.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment to list vulnerabilities in.
|
ExportHostVulnerabilityCsvDetails.Builder |
copy(ExportHostVulnerabilityCsvDetails model) |
ExportHostVulnerabilityCsvDetails.Builder |
timeLastDetectedGreaterThanOrEqualTo(Date timeLastDetectedGreaterThanOrEqualTo)
Date and time on or after which this vulnerability was last detected, as described in
RFC 3339
|
ExportHostVulnerabilityCsvDetails.Builder |
timeLastDetectedLessThanOrEqualTo(Date timeLastDetectedLessThanOrEqualTo)
Date and time on or before which this vulnerability was last detected, as described in
RFC 3339
|
public ExportHostVulnerabilityCsvDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment to list vulnerabilities in.
compartmentId
- the value to setpublic ExportHostVulnerabilityCsvDetails.Builder timeLastDetectedGreaterThanOrEqualTo(Date timeLastDetectedGreaterThanOrEqualTo)
Date and time on or after which this vulnerability was last detected, as described in RFC 3339
timeLastDetectedGreaterThanOrEqualTo
- the value to setpublic ExportHostVulnerabilityCsvDetails.Builder timeLastDetectedLessThanOrEqualTo(Date timeLastDetectedLessThanOrEqualTo)
Date and time on or before which this vulnerability was last detected, as described in RFC 3339
timeLastDetectedLessThanOrEqualTo
- the value to setpublic ExportHostVulnerabilityCsvDetails build()
public ExportHostVulnerabilityCsvDetails.Builder copy(ExportHostVulnerabilityCsvDetails model)
Copyright © 2016–2024. All rights reserved.