Uses of Interface
software.amazon.awssdk.services.personalizeruntime.model.PersonalizeRuntimeException.Builder
-
Packages that use PersonalizeRuntimeException.Builder Package Description software.amazon.awssdk.services.personalizeruntime.model -
-
Uses of PersonalizeRuntimeException.Builder in software.amazon.awssdk.services.personalizeruntime.model
Subinterfaces of PersonalizeRuntimeException.Builder in software.amazon.awssdk.services.personalizeruntime.model Modifier and Type Interface Description static interfaceInvalidInputException.Builderstatic interfaceResourceNotFoundException.BuilderClasses in software.amazon.awssdk.services.personalizeruntime.model that implement PersonalizeRuntimeException.Builder Modifier and Type Class Description protected static classPersonalizeRuntimeException.BuilderImplMethods in software.amazon.awssdk.services.personalizeruntime.model that return PersonalizeRuntimeException.Builder Modifier and Type Method Description PersonalizeRuntimeException.BuilderPersonalizeRuntimeException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static PersonalizeRuntimeException.BuilderPersonalizeRuntimeException. builder()PersonalizeRuntimeException.BuilderPersonalizeRuntimeException.Builder. cause(Throwable cause)PersonalizeRuntimeException.BuilderPersonalizeRuntimeException.Builder. message(String message)PersonalizeRuntimeException.BuilderPersonalizeRuntimeException.Builder. requestId(String requestId)PersonalizeRuntimeException.BuilderPersonalizeRuntimeException.Builder. statusCode(int statusCode)PersonalizeRuntimeException.BuilderPersonalizeRuntimeException. toBuilder()PersonalizeRuntimeException.BuilderPersonalizeRuntimeException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.personalizeruntime.model that return types with arguments of type PersonalizeRuntimeException.Builder Modifier and Type Method Description static Class<? extends PersonalizeRuntimeException.Builder>PersonalizeRuntimeException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.personalizeruntime.model with parameters of type PersonalizeRuntimeException.Builder Constructor Description PersonalizeRuntimeException(PersonalizeRuntimeException.Builder builder)
-