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