Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.ImagebuilderException.Builder
-
Packages that use ImagebuilderException.Builder Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of ImagebuilderException.Builder in software.amazon.awssdk.services.imagebuilder.model
Classes in software.amazon.awssdk.services.imagebuilder.model that implement ImagebuilderException.Builder Modifier and Type Class Description protected static classImagebuilderException.BuilderImplMethods in software.amazon.awssdk.services.imagebuilder.model that return ImagebuilderException.Builder Modifier and Type Method Description ImagebuilderException.BuilderImagebuilderException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static ImagebuilderException.BuilderImagebuilderException. builder()ImagebuilderException.BuilderImagebuilderException.Builder. cause(Throwable cause)ImagebuilderException.BuilderImagebuilderException.Builder. message(String message)ImagebuilderException.BuilderImagebuilderException.Builder. requestId(String requestId)ImagebuilderException.BuilderImagebuilderException.Builder. statusCode(int statusCode)ImagebuilderException.BuilderImagebuilderException. toBuilder()ImagebuilderException.BuilderImagebuilderException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type ImagebuilderException.Builder Modifier and Type Method Description static Class<? extends ImagebuilderException.Builder>ImagebuilderException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.imagebuilder.model with parameters of type ImagebuilderException.Builder Constructor Description ImagebuilderException(ImagebuilderException.Builder builder)
-