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