@Generated(value="software.amazon.awssdk:codegen") public final class ImageScanFinding extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImageScanFinding.Builder,ImageScanFinding>
Contains details about a vulnerability scan finding.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImageScanFinding.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountId()
The Amazon Web Services account ID that's associated with the finding.
|
static ImageScanFinding.Builder |
builder() |
String |
description()
The description of the finding.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
firstObservedAt()
The date and time when the finding was first observed.
|
String |
fixAvailable()
Details about whether a fix is available for any of the packages that are identified in the finding through a
version update.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
imageBuildVersionArn()
The Amazon Resource Name (ARN) of the image build version that's associated with the finding.
|
String |
imagePipelineArn()
The Amazon Resource Name (ARN) of the image pipeline that's associated with the finding.
|
Double |
inspectorScore()
The score that Amazon Inspector assigned for the finding.
|
InspectorScoreDetails |
inspectorScoreDetails()
An object that contains details of the Amazon Inspector score.
|
PackageVulnerabilityDetails |
packageVulnerabilityDetails()
An object that contains the details of a package vulnerability finding.
|
Remediation |
remediation()
An object that contains the details about how to remediate the finding.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImageScanFinding.Builder> |
serializableBuilderClass() |
String |
severity()
The severity of the finding.
|
String |
title()
The title of the finding.
|
ImageScanFinding.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of the finding.
|
Instant |
updatedAt()
The timestamp when the finding was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String awsAccountId()
The Amazon Web Services account ID that's associated with the finding.
public final String imageBuildVersionArn()
The Amazon Resource Name (ARN) of the image build version that's associated with the finding.
public final String imagePipelineArn()
The Amazon Resource Name (ARN) of the image pipeline that's associated with the finding.
public final String type()
The type of the finding. Image Builder looks for findings of the type PACKAGE_VULNERABILITY that
apply to output images, and excludes other types.
PACKAGE_VULNERABILITY
that apply to output images, and excludes other types.public final String description()
The description of the finding.
public final String title()
The title of the finding.
public final Remediation remediation()
An object that contains the details about how to remediate the finding.
public final String severity()
The severity of the finding.
public final Instant firstObservedAt()
The date and time when the finding was first observed.
public final Instant updatedAt()
The timestamp when the finding was last updated.
public final Double inspectorScore()
The score that Amazon Inspector assigned for the finding.
public final InspectorScoreDetails inspectorScoreDetails()
An object that contains details of the Amazon Inspector score.
public final PackageVulnerabilityDetails packageVulnerabilityDetails()
An object that contains the details of a package vulnerability finding.
public final String fixAvailable()
Details about whether a fix is available for any of the packages that are identified in the finding through a version update.
public ImageScanFinding.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImageScanFinding.Builder,ImageScanFinding>public static ImageScanFinding.Builder builder()
public static Class<? extends ImageScanFinding.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.