Class SoftwarePackageFile.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagement.model.SoftwarePackageFile.Builder
-
- Enclosing class:
- SoftwarePackageFile
public static class SoftwarePackageFile.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SoftwarePackageFile
build()
SoftwarePackageFile.Builder
checksum(String checksum)
checksum of the fileSoftwarePackageFile.Builder
checksumType(String checksumType)
type of the checksumSoftwarePackageFile.Builder
copy(SoftwarePackageFile model)
SoftwarePackageFile.Builder
path(String path)
file pathSoftwarePackageFile.Builder
sizeInBytes(Long sizeInBytes)
size of the file in bytesSoftwarePackageFile.Builder
timeModified(Date timeModified)
The date and time of the last modification to this file, as described in RFC 3339, section 14.29.SoftwarePackageFile.Builder
type(String type)
type of the file
-
-
-
Method Detail
-
path
public SoftwarePackageFile.Builder path(String path)
file path- Parameters:
path
- the value to set- Returns:
- this builder
-
type
public SoftwarePackageFile.Builder type(String type)
type of the file- Parameters:
type
- the value to set- Returns:
- this builder
-
timeModified
public SoftwarePackageFile.Builder timeModified(Date timeModified)
The date and time of the last modification to this file, as described in RFC 3339, section 14.29.- Parameters:
timeModified
- the value to set- Returns:
- this builder
-
checksum
public SoftwarePackageFile.Builder checksum(String checksum)
checksum of the file- Parameters:
checksum
- the value to set- Returns:
- this builder
-
checksumType
public SoftwarePackageFile.Builder checksumType(String checksumType)
type of the checksum- Parameters:
checksumType
- the value to set- Returns:
- this builder
-
sizeInBytes
public SoftwarePackageFile.Builder sizeInBytes(Long sizeInBytes)
size of the file in bytes- Parameters:
sizeInBytes
- the value to set- Returns:
- this builder
-
build
public SoftwarePackageFile build()
-
copy
public SoftwarePackageFile.Builder copy(SoftwarePackageFile model)
-
-