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