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