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