Package ai.extend.types
Class EditRunOutputEditedFile.Builder
- java.lang.Object
-
- ai.extend.types.EditRunOutputEditedFile.Builder
-
- All Implemented Interfaces:
EditRunOutputEditedFile._FinalStage,EditRunOutputEditedFile.IdStage,EditRunOutputEditedFile.PresignedUrlStage
- Enclosing class:
- EditRunOutputEditedFile
public static final class EditRunOutputEditedFile.Builder extends java.lang.Object implements EditRunOutputEditedFile.IdStage, EditRunOutputEditedFile.PresignedUrlStage, EditRunOutputEditedFile._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditRunOutputEditedFilebuild()EditRunOutputEditedFile.Builderfrom(EditRunOutputEditedFile other)EditRunOutputEditedFile.PresignedUrlStageid(java.lang.String id)The ID of the edited output file.EditRunOutputEditedFile._FinalStagepresignedUrl(java.lang.String presignedUrl)A presigned URL to download the edited file.
-
-
-
Method Detail
-
from
public EditRunOutputEditedFile.Builder from(EditRunOutputEditedFile other)
- Specified by:
fromin interfaceEditRunOutputEditedFile.IdStage
-
id
public EditRunOutputEditedFile.PresignedUrlStage id(@NotNull java.lang.String id)
The ID of the edited output file.
The ID of the edited output file.
- Specified by:
idin interfaceEditRunOutputEditedFile.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
presignedUrl
public EditRunOutputEditedFile._FinalStage presignedUrl(@NotNull java.lang.String presignedUrl)
A presigned URL to download the edited file. Expires after 15 minutes.
A presigned URL to download the edited file. Expires after 15 minutes.
- Specified by:
presignedUrlin interfaceEditRunOutputEditedFile.PresignedUrlStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public EditRunOutputEditedFile build()
- Specified by:
buildin interfaceEditRunOutputEditedFile._FinalStage
-
-