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