Class ObjectDetail.Builder
java.lang.Object
co.yellowdog.platform.model.ObjectDetail.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()lastModified(Instant lastModified) When the object was last modified.The user allocated namespace used to group objects together.objectName(String objectName) The object name which may contain path seperators '/'.objectSize(Long objectSize) The object size in bytes.toString()
-
Method Details
-
namespace
The user allocated namespace used to group objects together.- Parameters:
namespace- the object namespace- Returns:
this.
-
objectName
The object name which may contain path seperators '/'.- Parameters:
objectName- the object name- Returns:
this.
-
objectSize
The object size in bytes.- Parameters:
objectSize- the object size in bytes- Returns:
this.
-
lastModified
When the object was last modified.- Parameters:
lastModified- when the object was last modified- Returns:
this.
-
build
-
toString
-