Class CreateObjectStoreBucket.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemigration.model.CreateObjectStoreBucket.Builder
-
- Enclosing class:
- CreateObjectStoreBucket
public static class CreateObjectStoreBucket.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateObjectStoreBucket.Builder
bucketName(String bucketName)
Bucket name.CreateObjectStoreBucket
build()
CreateObjectStoreBucket.Builder
copy(CreateObjectStoreBucket model)
CreateObjectStoreBucket.Builder
namespaceName(String namespaceName)
Namespace name of the object store bucket.
-
-
-
Method Detail
-
namespaceName
public CreateObjectStoreBucket.Builder namespaceName(String namespaceName)
Namespace name of the object store bucket.- Parameters:
namespaceName
- the value to set- Returns:
- this builder
-
bucketName
public CreateObjectStoreBucket.Builder bucketName(String bucketName)
Bucket name.- Parameters:
bucketName
- the value to set- Returns:
- this builder
-
build
public CreateObjectStoreBucket build()
-
copy
public CreateObjectStoreBucket.Builder copy(CreateObjectStoreBucket model)
-
-