| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorReportLocation |
ErrorReportLocation.clone() |
ErrorReportLocation |
DescribeBulkImportJobResult.getErrorReportLocation()
The Amazon S3 destination where errors associated with the job creation request are saved.
|
ErrorReportLocation |
CreateBulkImportJobRequest.getErrorReportLocation()
The Amazon S3 destination where errors associated with the job creation request are saved.
|
ErrorReportLocation |
ErrorReportLocation.withBucket(String bucket)
The name of the Amazon S3 bucket to which errors associated with the bulk import job are sent.
|
ErrorReportLocation |
ErrorReportLocation.withPrefix(String prefix)
Amazon S3 uses the prefix as a folder name to organize data in the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBulkImportJobResult.setErrorReportLocation(ErrorReportLocation errorReportLocation)
The Amazon S3 destination where errors associated with the job creation request are saved.
|
void |
CreateBulkImportJobRequest.setErrorReportLocation(ErrorReportLocation errorReportLocation)
The Amazon S3 destination where errors associated with the job creation request are saved.
|
DescribeBulkImportJobResult |
DescribeBulkImportJobResult.withErrorReportLocation(ErrorReportLocation errorReportLocation)
The Amazon S3 destination where errors associated with the job creation request are saved.
|
CreateBulkImportJobRequest |
CreateBulkImportJobRequest.withErrorReportLocation(ErrorReportLocation errorReportLocation)
The Amazon S3 destination where errors associated with the job creation request are saved.
|
Copyright © 2023. All rights reserved.