Class LogLocationBucketDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemigration.model.LogLocationBucketDetails.Builder
-
- Enclosing class:
- LogLocationBucketDetails
public static class LogLocationBucketDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogLocationBucketDetails.Builder
bucketName(String bucketName)
Name of the bucket containing the log file.LogLocationBucketDetails
build()
LogLocationBucketDetails.Builder
copy(LogLocationBucketDetails model)
LogLocationBucketDetails.Builder
namespace(String namespace)
Object Storage namespace.LogLocationBucketDetails.Builder
objectName(String objectName)
Log object name.
-
-
-
Method Detail
-
bucketName
public LogLocationBucketDetails.Builder bucketName(String bucketName)
Name of the bucket containing the log file.- Parameters:
bucketName
- the value to set- Returns:
- this builder
-
namespace
public LogLocationBucketDetails.Builder namespace(String namespace)
Object Storage namespace.- Parameters:
namespace
- the value to set- Returns:
- this builder
-
objectName
public LogLocationBucketDetails.Builder objectName(String objectName)
Log object name.- Parameters:
objectName
- the value to set- Returns:
- this builder
-
build
public LogLocationBucketDetails build()
-
copy
public LogLocationBucketDetails.Builder copy(LogLocationBucketDetails model)
-
-