Class UploadedFile.Builder
- java.lang.Object
-
- com.assemblyai.api.resources.files.types.UploadedFile.Builder
-
- All Implemented Interfaces:
UploadedFile._FinalStage,UploadedFile.UploadUrlStage
- Enclosing class:
- UploadedFile
public static final class UploadedFile.Builder extends java.lang.Object implements UploadedFile.UploadUrlStage, UploadedFile._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UploadedFilebuild()UploadedFile.Builderfrom(UploadedFile other)UploadedFile._FinalStageuploadUrl(java.lang.String uploadUrl)A URL that points to your audio file, accessible only by AssemblyAI's servers
-
-
-
Method Detail
-
from
public UploadedFile.Builder from(UploadedFile other)
- Specified by:
fromin interfaceUploadedFile.UploadUrlStage
-
uploadUrl
public UploadedFile._FinalStage uploadUrl(java.lang.String uploadUrl)
A URL that points to your audio file, accessible only by AssemblyAI's servers
- Specified by:
uploadUrlin interfaceUploadedFile.UploadUrlStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public UploadedFile build()
- Specified by:
buildin interfaceUploadedFile._FinalStage
-
-