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