Uses of Interface
software.amazon.awssdk.services.glue.model.IntegrationError.Builder
-
Packages that use IntegrationError.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of IntegrationError.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return IntegrationError.Builder Modifier and Type Method Description static IntegrationError.BuilderIntegrationError. builder()IntegrationError.BuilderIntegrationError.Builder. errorCode(String errorCode)The code associated with this error.IntegrationError.BuilderIntegrationError.Builder. errorMessage(String errorMessage)A message describing the error.IntegrationError.BuilderIntegrationError. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type IntegrationError.Builder Modifier and Type Method Description static Class<? extends IntegrationError.Builder>IntegrationError. serializableBuilderClass()
-