Class ObjectStorageDetail.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • instanceId

        public ObjectStorageDetail.Builder instanceId​(String instanceId)
        Id for Object Storage instance to be provisioned.
        Parameters:
        instanceId - the value to set
        Returns:
        this builder
      • objectVersioning

        public ObjectStorageDetail.Builder objectVersioning​(ObjectVersioning objectVersioning)
        Mentions whether the object versioning to be enabled or not,Allowed values are “ENABLED” / “DISABLED”/“SUSPENDED”
        Parameters:
        objectVersioning - the value to set
        Returns:
        this builder
      • storageTier

        public ObjectStorageDetail.Builder storageTier​(StorageTier storageTier)
        Mentions which storage tier to use for the bucket,Allowed values are “STANDARD” / “ARCHIVE”
        Parameters:
        storageTier - the value to set
        Returns:
        this builder
      • autoTiering

        public ObjectStorageDetail.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