public static class ObjectStorageGenericArtifactLocationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ObjectStorageGenericArtifactLocationDetails.Builder |
bucketName(String bucketName)
Specifies the Object Storage bucket.
|
ObjectStorageGenericArtifactLocationDetails |
build() |
ObjectStorageGenericArtifactLocationDetails.Builder |
copy(ObjectStorageGenericArtifactLocationDetails model) |
ObjectStorageGenericArtifactLocationDetails.Builder |
namespace(String namespace)
Unique namespace in the tenancy which contains the bucket
|
ObjectStorageGenericArtifactLocationDetails.Builder |
objectName(String objectName)
Specifies the name of object inside the bucket.
|
ObjectStorageGenericArtifactLocationDetails.Builder |
region(String region)
Region identifier.
|
public ObjectStorageGenericArtifactLocationDetails.Builder namespace(String namespace)
Unique namespace in the tenancy which contains the bucket
namespace
- the value to setpublic ObjectStorageGenericArtifactLocationDetails.Builder bucketName(String bucketName)
Specifies the Object Storage bucket.
bucketName
- the value to setpublic ObjectStorageGenericArtifactLocationDetails.Builder objectName(String objectName)
Specifies the name of object inside the bucket.
objectName
- the value to setpublic ObjectStorageGenericArtifactLocationDetails.Builder region(String region)
Region identifier.
region
- the value to setpublic ObjectStorageGenericArtifactLocationDetails build()
public ObjectStorageGenericArtifactLocationDetails.Builder copy(ObjectStorageGenericArtifactLocationDetails model)
Copyright © 2016–2024. All rights reserved.