Class PatchFileObjectStorageBucketContentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.PatchFileObjectStorageBucketContentDetails.Builder
-
- Enclosing class:
- PatchFileObjectStorageBucketContentDetails
public static class PatchFileObjectStorageBucketContentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchFileObjectStorageBucketContentDetails.Builder
bucketName(String bucketName)
Bucket Name.PatchFileObjectStorageBucketContentDetails
build()
PatchFileObjectStorageBucketContentDetails.Builder
checksum(String checksum)
md5 checksum of the artifact.PatchFileObjectStorageBucketContentDetails.Builder
copy(PatchFileObjectStorageBucketContentDetails model)
PatchFileObjectStorageBucketContentDetails.Builder
namespaceName(String namespaceName)
Namespace.PatchFileObjectStorageBucketContentDetails.Builder
objectName(String objectName)
Object Name.
-
-
-
Method Detail
-
namespaceName
public PatchFileObjectStorageBucketContentDetails.Builder namespaceName(String namespaceName)
Namespace.- Parameters:
namespaceName
- the value to set- Returns:
- this builder
-
bucketName
public PatchFileObjectStorageBucketContentDetails.Builder bucketName(String bucketName)
Bucket Name.- Parameters:
bucketName
- the value to set- Returns:
- this builder
-
objectName
public PatchFileObjectStorageBucketContentDetails.Builder objectName(String objectName)
Object Name.- Parameters:
objectName
- the value to set- Returns:
- this builder
-
checksum
public PatchFileObjectStorageBucketContentDetails.Builder checksum(String checksum)
md5 checksum of the artifact.- Parameters:
checksum
- the value to set- Returns:
- this builder
-
build
public PatchFileObjectStorageBucketContentDetails build()
-
copy
public PatchFileObjectStorageBucketContentDetails.Builder copy(PatchFileObjectStorageBucketContentDetails model)
-
-