Uses of Interface
software.amazon.awssdk.services.appflow.model.InternalServerException.Builder
-
Packages that use InternalServerException.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of InternalServerException.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return InternalServerException.Builder Modifier and Type Method Description InternalServerException.Builder
InternalServerException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)
static InternalServerException.Builder
InternalServerException. builder()
InternalServerException.Builder
InternalServerException.Builder. cause(Throwable cause)
InternalServerException.Builder
InternalServerException.Builder. message(String message)
InternalServerException.Builder
InternalServerException.Builder. requestId(String requestId)
InternalServerException.Builder
InternalServerException.Builder. statusCode(int statusCode)
InternalServerException.Builder
InternalServerException. toBuilder()
InternalServerException.Builder
InternalServerException.Builder. writableStackTrace(Boolean writableStackTrace)
Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type InternalServerException.Builder Modifier and Type Method Description static Class<? extends InternalServerException.Builder>
InternalServerException. serializableBuilderClass()
-