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