| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamquery.model |
| Modifier and Type | Method and Description |
|---|---|
static ErrorReportLocation.Builder |
ErrorReportLocation.builder() |
default ErrorReportLocation.Builder |
ErrorReportLocation.Builder.s3ReportLocation(Consumer<S3ReportLocation.Builder> s3ReportLocation)
The S3 location where error reports are written.
|
ErrorReportLocation.Builder |
ErrorReportLocation.Builder.s3ReportLocation(S3ReportLocation s3ReportLocation)
The S3 location where error reports are written.
|
ErrorReportLocation.Builder |
ErrorReportLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ErrorReportLocation.Builder> |
ErrorReportLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ScheduledQueryRunSummary.Builder |
ScheduledQueryRunSummary.Builder.errorReportLocation(Consumer<ErrorReportLocation.Builder> errorReportLocation)
S3 location for error report.
|
Copyright © 2023. All rights reserved.