Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.BedrockRuntimeException.Builder
-
Packages that use BedrockRuntimeException.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of BedrockRuntimeException.Builder in software.amazon.awssdk.services.bedrockruntime.model
Subinterfaces of BedrockRuntimeException.Builder in software.amazon.awssdk.services.bedrockruntime.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceInternalServerException.Builderstatic interfaceModelErrorException.Builderstatic interfaceModelNotReadyException.Builderstatic interfaceModelStreamErrorException.Builderstatic interfaceModelTimeoutException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceServiceQuotaExceededException.Builderstatic interfaceThrottlingException.Builderstatic interfaceValidationException.BuilderClasses in software.amazon.awssdk.services.bedrockruntime.model that implement BedrockRuntimeException.Builder Modifier and Type Class Description protected static classBedrockRuntimeException.BuilderImplMethods in software.amazon.awssdk.services.bedrockruntime.model that return BedrockRuntimeException.Builder Modifier and Type Method Description BedrockRuntimeException.BuilderBedrockRuntimeException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static BedrockRuntimeException.BuilderBedrockRuntimeException. builder()BedrockRuntimeException.BuilderBedrockRuntimeException.Builder. cause(Throwable cause)BedrockRuntimeException.BuilderBedrockRuntimeException.Builder. message(String message)BedrockRuntimeException.BuilderBedrockRuntimeException.Builder. requestId(String requestId)BedrockRuntimeException.BuilderBedrockRuntimeException.Builder. statusCode(int statusCode)BedrockRuntimeException.BuilderBedrockRuntimeException. toBuilder()BedrockRuntimeException.BuilderBedrockRuntimeException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type BedrockRuntimeException.Builder Modifier and Type Method Description static Class<? extends BedrockRuntimeException.Builder>BedrockRuntimeException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.bedrockruntime.model with parameters of type BedrockRuntimeException.Builder Constructor Description BedrockRuntimeException(BedrockRuntimeException.Builder builder)
-