Class ObjectStorageLogLocation.Builder
- java.lang.Object
- 
- com.oracle.bmc.disasterrecovery.model.ObjectStorageLogLocation.Builder
 
- 
- Enclosing class:
- ObjectStorageLogLocation
 
 public static class ObjectStorageLogLocation.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStorageLogLocation.Builderbucket(String bucket)The bucket name inside the object storage namespace.ObjectStorageLogLocationbuild()ObjectStorageLogLocation.Buildercopy(ObjectStorageLogLocation model)ObjectStorageLogLocation.Buildernamespace(String namespace)The namespace in object storage (Note - this is usually the tenancy name).ObjectStorageLogLocation.Builderobject(String object)The object name inside the object storage bucket.
 
- 
- 
- 
Method Detail- 
namespacepublic ObjectStorageLogLocation.Builder namespace(String namespace) The namespace in object storage (Note - this is usually the tenancy name).Example: myocitenancy - Parameters:
- namespace- the value to set
- Returns:
- this builder
 
 - 
bucketpublic ObjectStorageLogLocation.Builder bucket(String bucket) The bucket name inside the object storage namespace.Example: operation_logs - Parameters:
- bucket- the value to set
- Returns:
- this builder
 
 - 
objectpublic ObjectStorageLogLocation.Builder object(String object) The object name inside the object storage bucket.Example: switchover_plan_executions - Parameters:
- object- the value to set
- Returns:
- this builder
 
 - 
buildpublic ObjectStorageLogLocation build() 
 - 
copypublic ObjectStorageLogLocation.Builder copy(ObjectStorageLogLocation model) 
 
- 
 
-