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