Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.ErrorReportLocation.Builder
-
Packages that use ErrorReportLocation.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of ErrorReportLocation.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return ErrorReportLocation.Builder Modifier and Type Method Description ErrorReportLocation.BuilderErrorReportLocation.Builder. bucket(String bucket)The name of the Amazon S3 bucket to which errors associated with the bulk import job are sent.static ErrorReportLocation.BuilderErrorReportLocation. builder()ErrorReportLocation.BuilderErrorReportLocation.Builder. prefix(String prefix)Amazon S3 uses the prefix as a folder name to organize data in the bucket.ErrorReportLocation.BuilderErrorReportLocation. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.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.iotsitewise.model with type arguments of type ErrorReportLocation.Builder Modifier and Type Method Description default CreateBulkImportJobRequest.BuilderCreateBulkImportJobRequest.Builder. errorReportLocation(Consumer<ErrorReportLocation.Builder> errorReportLocation)The Amazon S3 destination where errors associated with the job creation request are saved.default DescribeBulkImportJobResponse.BuilderDescribeBulkImportJobResponse.Builder. errorReportLocation(Consumer<ErrorReportLocation.Builder> errorReportLocation)The Amazon S3 destination where errors associated with the job creation request are saved.
-