Class PatchFileObjectStorageBucketContentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetappsmanagement.model.PatchFileObjectStorageBucketContentDetails.Builder
 
- 
- Enclosing class:
- PatchFileObjectStorageBucketContentDetails
 
 public static class PatchFileObjectStorageBucketContentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchFileObjectStorageBucketContentDetails.BuilderbucketName(String bucketName)Bucket Name.PatchFileObjectStorageBucketContentDetailsbuild()PatchFileObjectStorageBucketContentDetails.Builderchecksum(String checksum)md5 checksum of the artifact.PatchFileObjectStorageBucketContentDetails.Buildercopy(PatchFileObjectStorageBucketContentDetails model)PatchFileObjectStorageBucketContentDetails.BuildernamespaceName(String namespaceName)Namespace.PatchFileObjectStorageBucketContentDetails.BuilderobjectName(String objectName)Object Name.
 
- 
- 
- 
Method Detail- 
namespaceNamepublic PatchFileObjectStorageBucketContentDetails.Builder namespaceName(String namespaceName) Namespace.- Parameters:
- namespaceName- the value to set
- Returns:
- this builder
 
 - 
bucketNamepublic PatchFileObjectStorageBucketContentDetails.Builder bucketName(String bucketName) Bucket Name.- Parameters:
- bucketName- the value to set
- Returns:
- this builder
 
 - 
objectNamepublic PatchFileObjectStorageBucketContentDetails.Builder objectName(String objectName) Object Name.- Parameters:
- objectName- the value to set
- Returns:
- this builder
 
 - 
checksumpublic PatchFileObjectStorageBucketContentDetails.Builder checksum(String checksum) md5 checksum of the artifact.- Parameters:
- checksum- the value to set
- Returns:
- this builder
 
 - 
buildpublic PatchFileObjectStorageBucketContentDetails build() 
 - 
copypublic PatchFileObjectStorageBucketContentDetails.Builder copy(PatchFileObjectStorageBucketContentDetails model) 
 
- 
 
-