Uses of Interface
software.amazon.awssdk.services.timestreamquery.model.ErrorReportLocation.Builder
-
Packages that use ErrorReportLocation.Builder Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of ErrorReportLocation.Builder in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return ErrorReportLocation.Builder Modifier and Type Method Description static ErrorReportLocation.BuilderErrorReportLocation. builder()default ErrorReportLocation.BuilderErrorReportLocation.Builder. s3ReportLocation(Consumer<S3ReportLocation.Builder> s3ReportLocation)The S3 location where error reports are written.ErrorReportLocation.BuilderErrorReportLocation.Builder. s3ReportLocation(S3ReportLocation s3ReportLocation)The S3 location where error reports are written.ErrorReportLocation.BuilderErrorReportLocation. toBuilder()Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type ErrorReportLocation.Builder Modifier and Type Method Description static Class<? extends ErrorReportLocation.Builder>ErrorReportLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.timestreamquery.model with type arguments of type ErrorReportLocation.Builder Modifier and Type Method Description default ScheduledQueryRunSummary.BuilderScheduledQueryRunSummary.Builder. errorReportLocation(Consumer<ErrorReportLocation.Builder> errorReportLocation)S3 location for error report.
-