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