Package com.chrt.api.types
Class TaskGroupS3ObjectMetadata1.Builder
- java.lang.Object
-
- com.chrt.api.types.TaskGroupS3ObjectMetadata1.Builder
-
- All Implemented Interfaces:
TaskGroupS3ObjectMetadata1._FinalStage,TaskGroupS3ObjectMetadata1.IdStage,TaskGroupS3ObjectMetadata1.SchemaVersionStage,TaskGroupS3ObjectMetadata1.TaskGroupIdStage,TaskGroupS3ObjectMetadata1.UploadedAtTimestampStage,TaskGroupS3ObjectMetadata1.UploadedByOrgIdStage,TaskGroupS3ObjectMetadata1.UploadedByUserIdStage
- Enclosing class:
- TaskGroupS3ObjectMetadata1
public static final class TaskGroupS3ObjectMetadata1.Builder extends java.lang.Object implements TaskGroupS3ObjectMetadata1.SchemaVersionStage, TaskGroupS3ObjectMetadata1.IdStage, TaskGroupS3ObjectMetadata1.TaskGroupIdStage, TaskGroupS3ObjectMetadata1.UploadedAtTimestampStage, TaskGroupS3ObjectMetadata1.UploadedByUserIdStage, TaskGroupS3ObjectMetadata1.UploadedByOrgIdStage, TaskGroupS3ObjectMetadata1._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskGroupS3ObjectMetadata1._FinalStageblurhash(Nullable<java.lang.String> blurhash)TaskGroupS3ObjectMetadata1._FinalStageblurhash(java.lang.String blurhash)TaskGroupS3ObjectMetadata1._FinalStageblurhash(java.util.Optional<java.lang.String> blurhash)TaskGroupS3ObjectMetadata1build()TaskGroupS3ObjectMetadata1._FinalStagecontentType(Nullable<java.lang.String> contentType)MIME type of the uploaded file (e.g., 'image/jpeg', 'application/pdf')TaskGroupS3ObjectMetadata1._FinalStagecontentType(java.lang.String contentType)MIME type of the uploaded file (e.g., 'image/jpeg', 'application/pdf')TaskGroupS3ObjectMetadata1._FinalStagecontentType(java.util.Optional<java.lang.String> contentType)MIME type of the uploaded file (e.g., 'image/jpeg', 'application/pdf')TaskGroupS3ObjectMetadata1._FinalStagefilename(Nullable<java.lang.String> filename)Original filename of the uploaded fileTaskGroupS3ObjectMetadata1._FinalStagefilename(java.lang.String filename)Original filename of the uploaded fileTaskGroupS3ObjectMetadata1._FinalStagefilename(java.util.Optional<java.lang.String> filename)Original filename of the uploaded fileTaskGroupS3ObjectMetadata1.Builderfrom(TaskGroupS3ObjectMetadata1 other)TaskGroupS3ObjectMetadata1.TaskGroupIdStageid(java.lang.String id)TaskGroupS3ObjectMetadata1._FinalStages3KeyPrefix(java.lang.String s3KeyPrefix)TaskGroupS3ObjectMetadata1._FinalStages3KeyPrefix(java.util.Optional<java.lang.String> s3KeyPrefix)TaskGroupS3ObjectMetadata1.IdStageschemaVersion(int schemaVersion)TaskGroupS3ObjectMetadata1.UploadedAtTimestampStagetaskGroupId(java.lang.String taskGroupId)TaskGroupS3ObjectMetadata1.UploadedByUserIdStageuploadedAtTimestamp(java.time.OffsetDateTime uploadedAtTimestamp)TaskGroupS3ObjectMetadata1._FinalStageuploadedByOrgId(java.lang.String uploadedByOrgId)Must be a string starting withorg_TaskGroupS3ObjectMetadata1.UploadedByOrgIdStageuploadedByUserId(java.lang.String uploadedByUserId)Must be a string starting withuser_
-
-
-
Method Detail
-
from
public TaskGroupS3ObjectMetadata1.Builder from(TaskGroupS3ObjectMetadata1 other)
- Specified by:
fromin interfaceTaskGroupS3ObjectMetadata1.SchemaVersionStage
-
schemaVersion
public TaskGroupS3ObjectMetadata1.IdStage schemaVersion(int schemaVersion)
- Specified by:
schemaVersionin interfaceTaskGroupS3ObjectMetadata1.SchemaVersionStage
-
id
public TaskGroupS3ObjectMetadata1.TaskGroupIdStage id(@NotNull java.lang.String id)
- Specified by:
idin interfaceTaskGroupS3ObjectMetadata1.IdStage
-
taskGroupId
public TaskGroupS3ObjectMetadata1.UploadedAtTimestampStage taskGroupId(@NotNull java.lang.String taskGroupId)
- Specified by:
taskGroupIdin interfaceTaskGroupS3ObjectMetadata1.TaskGroupIdStage
-
uploadedAtTimestamp
public TaskGroupS3ObjectMetadata1.UploadedByUserIdStage uploadedAtTimestamp(@NotNull java.time.OffsetDateTime uploadedAtTimestamp)
- Specified by:
uploadedAtTimestampin interfaceTaskGroupS3ObjectMetadata1.UploadedAtTimestampStage
-
uploadedByUserId
public TaskGroupS3ObjectMetadata1.UploadedByOrgIdStage uploadedByUserId(@NotNull java.lang.String uploadedByUserId)
Must be a string starting with
user_Must be a string starting with
user_- Specified by:
uploadedByUserIdin interfaceTaskGroupS3ObjectMetadata1.UploadedByUserIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
uploadedByOrgId
public TaskGroupS3ObjectMetadata1._FinalStage uploadedByOrgId(@NotNull java.lang.String uploadedByOrgId)
Must be a string starting with
org_Must be a string starting with
org_- Specified by:
uploadedByOrgIdin interfaceTaskGroupS3ObjectMetadata1.UploadedByOrgIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
filename
public TaskGroupS3ObjectMetadata1._FinalStage filename(Nullable<java.lang.String> filename)
Original filename of the uploaded file
- Specified by:
filenamein interfaceTaskGroupS3ObjectMetadata1._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
filename
public TaskGroupS3ObjectMetadata1._FinalStage filename(java.lang.String filename)
Original filename of the uploaded file
- Specified by:
filenamein interfaceTaskGroupS3ObjectMetadata1._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
filename
public TaskGroupS3ObjectMetadata1._FinalStage filename(java.util.Optional<java.lang.String> filename)
Original filename of the uploaded file
- Specified by:
filenamein interfaceTaskGroupS3ObjectMetadata1._FinalStage
-
contentType
public TaskGroupS3ObjectMetadata1._FinalStage contentType(Nullable<java.lang.String> contentType)
MIME type of the uploaded file (e.g., 'image/jpeg', 'application/pdf')
- Specified by:
contentTypein interfaceTaskGroupS3ObjectMetadata1._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
contentType
public TaskGroupS3ObjectMetadata1._FinalStage contentType(java.lang.String contentType)
MIME type of the uploaded file (e.g., 'image/jpeg', 'application/pdf')
- Specified by:
contentTypein interfaceTaskGroupS3ObjectMetadata1._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
contentType
public TaskGroupS3ObjectMetadata1._FinalStage contentType(java.util.Optional<java.lang.String> contentType)
MIME type of the uploaded file (e.g., 'image/jpeg', 'application/pdf')
- Specified by:
contentTypein interfaceTaskGroupS3ObjectMetadata1._FinalStage
-
blurhash
public TaskGroupS3ObjectMetadata1._FinalStage blurhash(Nullable<java.lang.String> blurhash)
- Specified by:
blurhashin interfaceTaskGroupS3ObjectMetadata1._FinalStage
-
blurhash
public TaskGroupS3ObjectMetadata1._FinalStage blurhash(java.lang.String blurhash)
- Specified by:
blurhashin interfaceTaskGroupS3ObjectMetadata1._FinalStage
-
blurhash
public TaskGroupS3ObjectMetadata1._FinalStage blurhash(java.util.Optional<java.lang.String> blurhash)
- Specified by:
blurhashin interfaceTaskGroupS3ObjectMetadata1._FinalStage
-
s3KeyPrefix
public TaskGroupS3ObjectMetadata1._FinalStage s3KeyPrefix(java.lang.String s3KeyPrefix)
- Specified by:
s3KeyPrefixin interfaceTaskGroupS3ObjectMetadata1._FinalStage
-
s3KeyPrefix
public TaskGroupS3ObjectMetadata1._FinalStage s3KeyPrefix(java.util.Optional<java.lang.String> s3KeyPrefix)
- Specified by:
s3KeyPrefixin interfaceTaskGroupS3ObjectMetadata1._FinalStage
-
build
public TaskGroupS3ObjectMetadata1 build()
- Specified by:
buildin interfaceTaskGroupS3ObjectMetadata1._FinalStage
-
-