public static class StorageLocation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
StorageLocation.Builder |
bucketName(String bucketName)
The name of the bucket.
|
StorageLocation |
build() |
StorageLocation.Builder |
compartmentId(String compartmentId)
The unique identifier for the compartment.
|
StorageLocation.Builder |
copy(StorageLocation model) |
StorageLocation.Builder |
namespaceName(String namespaceName)
The Object Storage namespace.
|
StorageLocation.Builder |
objectName(String objectName)
The name of the object.
|
StorageLocation.Builder |
regionId(String regionId)
The region id.
|
public StorageLocation.Builder regionId(String regionId)
The region id.
regionId
- the value to setpublic StorageLocation.Builder compartmentId(String compartmentId)
The unique identifier for the compartment.
compartmentId
- the value to setpublic StorageLocation.Builder namespaceName(String namespaceName)
The Object Storage namespace.
namespaceName
- the value to setpublic StorageLocation.Builder bucketName(String bucketName)
The name of the bucket.
bucketName
- the value to setpublic StorageLocation.Builder objectName(String objectName)
The name of the object.
objectName
- the value to setpublic StorageLocation build()
public StorageLocation.Builder copy(StorageLocation model)
Copyright © 2016–2024. All rights reserved.