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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStoragePrefixLocation.BuilderbucketName(String bucketName)Object Storage bucket name.ObjectStoragePrefixLocationbuild()ObjectStoragePrefixLocation.Buildercopy(ObjectStoragePrefixLocation model)ObjectStoragePrefixLocation.BuildernamespaceName(String namespaceName)Object Storage namespace name.ObjectStoragePrefixLocation.Builderprefix(String prefix)The prefix (directory) in an Object Storage bucket.
 
- 
- 
- 
Method Detail- 
namespaceNamepublic ObjectStoragePrefixLocation.Builder namespaceName(String namespaceName) Object Storage namespace name.- Parameters:
- namespaceName- the value to set
- Returns:
- this builder
 
 - 
bucketNamepublic ObjectStoragePrefixLocation.Builder bucketName(String bucketName) Object Storage bucket name.- Parameters:
- bucketName- the value to set
- Returns:
- this builder
 
 - 
prefixpublic ObjectStoragePrefixLocation.Builder prefix(String prefix) The prefix (directory) in an Object Storage bucket.- Parameters:
- prefix- the value to set
- Returns:
- this builder
 
 - 
buildpublic ObjectStoragePrefixLocation build() 
 - 
copypublic ObjectStoragePrefixLocation.Builder copy(ObjectStoragePrefixLocation model) 
 
- 
 
-