public static class UpdateObjectStorageTierDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateObjectStorageTierDetails |
build() |
UpdateObjectStorageTierDetails.Builder |
copy(UpdateObjectStorageTierDetails model) |
UpdateObjectStorageTierDetails.Builder |
objectName(String objectName)
An object for which the storage tier needs to be changed.
|
UpdateObjectStorageTierDetails.Builder |
storageTier(StorageTier storageTier)
The storage tier that the object should be moved to.
|
UpdateObjectStorageTierDetails.Builder |
versionId(String versionId)
The versionId of the object.
|
public UpdateObjectStorageTierDetails.Builder objectName(String objectName)
An object for which the storage tier needs to be changed.
objectName
- the value to setpublic UpdateObjectStorageTierDetails.Builder storageTier(StorageTier storageTier)
The storage tier that the object should be moved to.
storageTier
- the value to setpublic UpdateObjectStorageTierDetails.Builder versionId(String versionId)
The versionId of the object. Current object version is used by default.
versionId
- the value to setpublic UpdateObjectStorageTierDetails build()
public UpdateObjectStorageTierDetails.Builder copy(UpdateObjectStorageTierDetails model)
Copyright © 2016–2024. All rights reserved.