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