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