Package com.oracle.bmc.usageapi.model
Class ObjectStorageLocation.Builder
- java.lang.Object
- 
- com.oracle.bmc.usageapi.model.ObjectStorageLocation.Builder
 
- 
- Enclosing class:
- ObjectStorageLocation
 
 public static class ObjectStorageLocation.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStorageLocation.BuilderbucketName(String bucketName)The bucket name where usage or cost CSVs will be uploaded.ObjectStorageLocationbuild()ObjectStorageLocation.Buildercopy(ObjectStorageLocation model)ObjectStorageLocation.Buildernamespace(String namespace)The namespace needed to determine the object storage bucket.ObjectStorageLocation.Builderregion(String region)The destination Object Store Region specified by the customer.
 
- 
- 
- 
Method Detail- 
regionpublic ObjectStorageLocation.Builder region(String region) The destination Object Store Region specified by the customer.- Parameters:
- region- the value to set
- Returns:
- this builder
 
 - 
namespacepublic ObjectStorageLocation.Builder namespace(String namespace) The namespace needed to determine the object storage bucket.- Parameters:
- namespace- the value to set
- Returns:
- this builder
 
 - 
bucketNamepublic ObjectStorageLocation.Builder bucketName(String bucketName) The bucket name where usage or cost CSVs will be uploaded.- Parameters:
- bucketName- the value to set
- Returns:
- this builder
 
 - 
buildpublic ObjectStorageLocation build() 
 - 
copypublic ObjectStorageLocation.Builder copy(ObjectStorageLocation model) 
 
- 
 
-