Package com.oracle.bmc.ailanguage.model
Class ObjectStoragePrefixLocation.Builder
- java.lang.Object
-
- com.oracle.bmc.ailanguage.model.ObjectStoragePrefixLocation.Builder
-
- Enclosing class:
- ObjectStoragePrefixLocation
public static class ObjectStoragePrefixLocation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStoragePrefixLocation.Builder
bucketName(String bucketName)
Object Storage bucket name.ObjectStoragePrefixLocation
build()
ObjectStoragePrefixLocation.Builder
copy(ObjectStoragePrefixLocation model)
ObjectStoragePrefixLocation.Builder
namespaceName(String namespaceName)
Object Storage namespace name.ObjectStoragePrefixLocation.Builder
prefix(String prefix)
The prefix (directory) in an Object Storage bucket.
-
-
-
Method Detail
-
namespaceName
public ObjectStoragePrefixLocation.Builder namespaceName(String namespaceName)
Object Storage namespace name.- Parameters:
namespaceName
- the value to set- Returns:
- this builder
-
bucketName
public ObjectStoragePrefixLocation.Builder bucketName(String bucketName)
Object Storage bucket name.- Parameters:
bucketName
- the value to set- Returns:
- this builder
-
prefix
public ObjectStoragePrefixLocation.Builder prefix(String prefix)
The prefix (directory) in an Object Storage bucket.- Parameters:
prefix
- the value to set- Returns:
- this builder
-
build
public ObjectStoragePrefixLocation build()
-
copy
public ObjectStoragePrefixLocation.Builder copy(ObjectStoragePrefixLocation model)
-
-