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