public static class SoftwarePackageSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SoftwarePackageSummary.Builder |
architecture(String architecture)
the architecture for which this software was built
|
SoftwarePackageSummary |
build() |
SoftwarePackageSummary.Builder |
checksum(String checksum)
checksum of the package
|
SoftwarePackageSummary.Builder |
checksumType(String checksumType)
type of the checksum
|
SoftwarePackageSummary.Builder |
copy(SoftwarePackageSummary model) |
SoftwarePackageSummary.Builder |
displayName(String displayName)
Package name
|
SoftwarePackageSummary.Builder |
name(String name)
Unique identifier for the package.
|
SoftwarePackageSummary.Builder |
type(String type)
Type of the package
|
SoftwarePackageSummary.Builder |
version(String version)
Version of the package
|
public SoftwarePackageSummary.Builder displayName(String displayName)
Package name
displayName
- the value to setpublic SoftwarePackageSummary.Builder name(String name)
Unique identifier for the package. NOTE - This is not an OCID
name
- the value to setpublic SoftwarePackageSummary.Builder type(String type)
Type of the package
type
- the value to setpublic SoftwarePackageSummary.Builder version(String version)
Version of the package
version
- the value to setpublic SoftwarePackageSummary.Builder architecture(String architecture)
the architecture for which this software was built
architecture
- the value to setpublic SoftwarePackageSummary.Builder checksum(String checksum)
checksum of the package
checksum
- the value to setpublic SoftwarePackageSummary.Builder checksumType(String checksumType)
type of the checksum
checksumType
- the value to setpublic SoftwarePackageSummary build()
public SoftwarePackageSummary.Builder copy(SoftwarePackageSummary model)
Copyright © 2016–2024. All rights reserved.