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