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