Uses of Interface
software.amazon.awssdk.services.transcribe.model.TranscribeException.Builder
-
Packages that use TranscribeException.Builder Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of TranscribeException.Builder in software.amazon.awssdk.services.transcribe.model
Subinterfaces of TranscribeException.Builder in software.amazon.awssdk.services.transcribe.model Modifier and Type Interface Description static interfaceBadRequestException.Builderstatic interfaceConflictException.Builderstatic interfaceInternalFailureException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceNotFoundException.BuilderClasses in software.amazon.awssdk.services.transcribe.model that implement TranscribeException.Builder Modifier and Type Class Description protected static classTranscribeException.BuilderImplMethods in software.amazon.awssdk.services.transcribe.model that return TranscribeException.Builder Modifier and Type Method Description TranscribeException.BuilderTranscribeException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static TranscribeException.BuilderTranscribeException. builder()TranscribeException.BuilderTranscribeException.Builder. cause(Throwable cause)TranscribeException.BuilderTranscribeException.Builder. message(String message)TranscribeException.BuilderTranscribeException.Builder. requestId(String requestId)TranscribeException.BuilderTranscribeException.Builder. statusCode(int statusCode)TranscribeException.BuilderTranscribeException. toBuilder()TranscribeException.BuilderTranscribeException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type TranscribeException.Builder Modifier and Type Method Description static Class<? extends TranscribeException.Builder>TranscribeException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.transcribe.model with parameters of type TranscribeException.Builder Constructor Description TranscribeException(TranscribeException.Builder builder)
-