Class LogLocationBucketDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemigration.model.LogLocationBucketDetails.Builder
 
- 
- Enclosing class:
- LogLocationBucketDetails
 
 public static class LogLocationBucketDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LogLocationBucketDetails.BuilderbucketName(String bucketName)Name of the bucket containing the log file.LogLocationBucketDetailsbuild()LogLocationBucketDetails.Buildercopy(LogLocationBucketDetails model)LogLocationBucketDetails.Buildernamespace(String namespace)Object Storage namespace.LogLocationBucketDetails.BuilderobjectName(String objectName)Log object name.
 
- 
- 
- 
Method Detail- 
bucketNamepublic LogLocationBucketDetails.Builder bucketName(String bucketName) Name of the bucket containing the log file.- Parameters:
- bucketName- the value to set
- Returns:
- this builder
 
 - 
namespacepublic LogLocationBucketDetails.Builder namespace(String namespace) Object Storage namespace.- Parameters:
- namespace- the value to set
- Returns:
- this builder
 
 - 
objectNamepublic LogLocationBucketDetails.Builder objectName(String objectName) Log object name.- Parameters:
- objectName- the value to set
- Returns:
- this builder
 
 - 
buildpublic LogLocationBucketDetails build() 
 - 
copypublic LogLocationBucketDetails.Builder copy(LogLocationBucketDetails model) 
 
- 
 
-