Package com.oracle.bmc.dif.model
Class ObjectStorageUpdateDetail.Builder
- java.lang.Object
-
- com.oracle.bmc.dif.model.ObjectStorageUpdateDetail.Builder
-
- Enclosing class:
- ObjectStorageUpdateDetail
public static class ObjectStorageUpdateDetail.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStorageUpdateDetail.BuilderautoTiering(AutoTiering autoTiering)It sets the auto-tiering status on the bucket.Allowed values are “DISABLED” / “INFREQUENTACCESS”ObjectStorageUpdateDetailbuild()ObjectStorageUpdateDetail.Buildercopy(ObjectStorageUpdateDetail model)ObjectStorageUpdateDetail.BuilderinstanceId(String instanceId)Instance id of the existing Object Storage instance to be updated.ObjectStorageUpdateDetail.BuilderobjectVersioning(ObjectVersioning objectVersioning)Mentions which storage tier to use for the bucket,Allowed values are “STANDARD” / “ARCHIVE”
-
-
-
Method Detail
-
instanceId
public ObjectStorageUpdateDetail.Builder instanceId(String instanceId)
Instance id of the existing Object Storage instance to be updated.- Parameters:
instanceId- the value to set- Returns:
- this builder
-
objectVersioning
public ObjectStorageUpdateDetail.Builder objectVersioning(ObjectVersioning objectVersioning)
Mentions which storage tier to use for the bucket,Allowed values are “STANDARD” / “ARCHIVE”- Parameters:
objectVersioning- the value to set- Returns:
- this builder
-
autoTiering
public ObjectStorageUpdateDetail.Builder autoTiering(AutoTiering autoTiering)
It sets the auto-tiering status on the bucket.Allowed values are “DISABLED” / “INFREQUENTACCESS”- Parameters:
autoTiering- the value to set- Returns:
- this builder
-
build
public ObjectStorageUpdateDetail build()
-
copy
public ObjectStorageUpdateDetail.Builder copy(ObjectStorageUpdateDetail model)
-
-