public static class ObjectStorageBucketContentDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public ObjectStorageBucketContentDetails.Builder namespaceName(String namespaceName)
Namespace.
namespaceName
- the value to setpublic ObjectStorageBucketContentDetails.Builder bucketName(String bucketName)
Bucket Name.
bucketName
- the value to setpublic ObjectStorageBucketContentDetails.Builder objectName(String objectName)
Object Name.
objectName
- the value to setpublic ObjectStorageBucketContentDetails.Builder checksum(String checksum)
md5 checksum of the artifact.
checksum
- the value to setpublic ObjectStorageBucketContentDetails build()
public ObjectStorageBucketContentDetails.Builder copy(ObjectStorageBucketContentDetails model)
Copyright © 2016–2024. All rights reserved.