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