public static interface SoftwarePackage.Builder extends SdkPojo, CopyableBuilder<SoftwarePackage.Builder,SoftwarePackage>
| Modifier and Type | Method and Description |
|---|---|
SoftwarePackage.Builder |
architecture(String architecture)
The architecture used for the software package.
|
SoftwarePackage.Builder |
epoch(String epoch)
The epoch of the software package.
|
SoftwarePackage.Builder |
filePath(String filePath)
The file system path to the package manager inventory file.
|
SoftwarePackage.Builder |
fixedInVersion(String fixedInVersion)
The version of the software package in which the vulnerability has been resolved.
|
SoftwarePackage.Builder |
name(String name)
The name of the software package.
|
SoftwarePackage.Builder |
packageManager(String packageManager)
The source of the package.
|
SoftwarePackage.Builder |
release(String release)
The release of the software package.
|
SoftwarePackage.Builder |
remediation(String remediation)
Describes the actions a customer can take to resolve the vulnerability in the software package.
|
SoftwarePackage.Builder |
sourceLayerArn(String sourceLayerArn)
The Amazon Resource Name (ARN) of the source layer.
|
SoftwarePackage.Builder |
sourceLayerHash(String sourceLayerHash)
The source layer hash of the vulnerable package.
|
SoftwarePackage.Builder |
version(String version)
The version of the software package.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSoftwarePackage.Builder name(String name)
The name of the software package.
name - The name of the software package.SoftwarePackage.Builder version(String version)
The version of the software package.
version - The version of the software package.SoftwarePackage.Builder epoch(String epoch)
The epoch of the software package.
epoch - The epoch of the software package.SoftwarePackage.Builder release(String release)
The release of the software package.
release - The release of the software package.SoftwarePackage.Builder architecture(String architecture)
The architecture used for the software package.
architecture - The architecture used for the software package.SoftwarePackage.Builder packageManager(String packageManager)
The source of the package.
packageManager - The source of the package.SoftwarePackage.Builder filePath(String filePath)
The file system path to the package manager inventory file.
filePath - The file system path to the package manager inventory file.SoftwarePackage.Builder fixedInVersion(String fixedInVersion)
The version of the software package in which the vulnerability has been resolved.
fixedInVersion - The version of the software package in which the vulnerability has been resolved.SoftwarePackage.Builder remediation(String remediation)
Describes the actions a customer can take to resolve the vulnerability in the software package.
remediation - Describes the actions a customer can take to resolve the vulnerability in the software package.SoftwarePackage.Builder sourceLayerHash(String sourceLayerHash)
The source layer hash of the vulnerable package.
sourceLayerHash - The source layer hash of the vulnerable package.SoftwarePackage.Builder sourceLayerArn(String sourceLayerArn)
The Amazon Resource Name (ARN) of the source layer.
sourceLayerArn - The Amazon Resource Name (ARN) of the source layer.Copyright © 2023. All rights reserved.