Package com.oracle.bmc.aispeech.model
Class ObjectLocation.Builder
- java.lang.Object
- 
- com.oracle.bmc.aispeech.model.ObjectLocation.Builder
 
- 
- Enclosing class:
- ObjectLocation
 
 public static class ObjectLocation.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectLocation.BuilderbucketName(String bucketName)Object Storage bucket name.ObjectLocationbuild()ObjectLocation.Buildercopy(ObjectLocation model)ObjectLocation.BuildernamespaceName(String namespaceName)Object Storage namespace name.ObjectLocation.BuilderobjectNames(List<String> objectNames)Object Storage object names.
 
- 
- 
- 
Method Detail- 
namespaceNamepublic ObjectLocation.Builder namespaceName(String namespaceName) Object Storage namespace name.- Parameters:
- namespaceName- the value to set
- Returns:
- this builder
 
 - 
bucketNamepublic ObjectLocation.Builder bucketName(String bucketName) Object Storage bucket name.- Parameters:
- bucketName- the value to set
- Returns:
- this builder
 
 - 
objectNamespublic ObjectLocation.Builder objectNames(List<String> objectNames) Object Storage object names.- Parameters:
- objectNames- the value to set
- Returns:
- this builder
 
 - 
buildpublic ObjectLocation build() 
 - 
copypublic ObjectLocation.Builder copy(ObjectLocation model) 
 
- 
 
-