public static interface DescribeBulkImportJobResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<DescribeBulkImportJobResponse.Builder,DescribeBulkImportJobResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeBulkImportJobResponse.Builder |
errorReportLocation(Consumer<ErrorReportLocation.Builder> errorReportLocation)
The Amazon S3 destination where errors associated with the job creation request are saved.
|
DescribeBulkImportJobResponse.Builder |
errorReportLocation(ErrorReportLocation errorReportLocation)
The Amazon S3 destination where errors associated with the job creation request are saved.
|
DescribeBulkImportJobResponse.Builder |
files(Collection<File> files)
The files in the specified Amazon S3 bucket that contain your data.
|
DescribeBulkImportJobResponse.Builder |
files(Consumer<File.Builder>... files)
The files in the specified Amazon S3 bucket that contain your data.
|
DescribeBulkImportJobResponse.Builder |
files(File... files)
The files in the specified Amazon S3 bucket that contain your data.
|
default DescribeBulkImportJobResponse.Builder |
jobConfiguration(Consumer<JobConfiguration.Builder> jobConfiguration)
Contains the configuration information of a job, such as the file format used to save data in Amazon S3.
|
DescribeBulkImportJobResponse.Builder |
jobConfiguration(JobConfiguration jobConfiguration)
Contains the configuration information of a job, such as the file format used to save data in Amazon S3.
|
DescribeBulkImportJobResponse.Builder |
jobCreationDate(Instant jobCreationDate)
The date the job was created, in Unix epoch TIME.
|
DescribeBulkImportJobResponse.Builder |
jobId(String jobId)
The ID of the job.
|
DescribeBulkImportJobResponse.Builder |
jobLastUpdateDate(Instant jobLastUpdateDate)
The date the job was last updated, in Unix epoch time.
|
DescribeBulkImportJobResponse.Builder |
jobName(String jobName)
The unique name that helps identify the job request.
|
DescribeBulkImportJobResponse.Builder |
jobRoleArn(String jobRoleArn)
The ARN of the IAM
role that allows IoT SiteWise to read Amazon S3 data.
|
DescribeBulkImportJobResponse.Builder |
jobStatus(JobStatus jobStatus)
The status of the bulk import job can be one of following values.
|
DescribeBulkImportJobResponse.Builder |
jobStatus(String jobStatus)
The status of the bulk import job can be one of following values.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeBulkImportJobResponse.Builder jobId(String jobId)
The ID of the job.
jobId - The ID of the job.DescribeBulkImportJobResponse.Builder jobName(String jobName)
The unique name that helps identify the job request.
jobName - The unique name that helps identify the job request.DescribeBulkImportJobResponse.Builder jobStatus(String jobStatus)
The status of the bulk import job can be one of following values.
PENDING – IoT SiteWise is waiting for the current bulk import job to finish.
CANCELLED – The bulk import job has been canceled.
RUNNING – IoT SiteWise is processing your request to import your data from Amazon S3.
COMPLETED – IoT SiteWise successfully completed your request to import data from Amazon S3.
FAILED – IoT SiteWise couldn't process your request to import data from Amazon S3. You can use
logs saved in the specified error report location in Amazon S3 to troubleshoot issues.
COMPLETED_WITH_FAILURES – IoT SiteWise completed your request to import data from Amazon S3 with
errors. You can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues.
jobStatus - The status of the bulk import job can be one of following values.
PENDING – IoT SiteWise is waiting for the current bulk import job to finish.
CANCELLED – The bulk import job has been canceled.
RUNNING – IoT SiteWise is processing your request to import your data from Amazon S3.
COMPLETED – IoT SiteWise successfully completed your request to import data from Amazon
S3.
FAILED – IoT SiteWise couldn't process your request to import data from Amazon S3. You
can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues.
COMPLETED_WITH_FAILURES – IoT SiteWise completed your request to import data from Amazon
S3 with errors. You can use logs saved in the specified error report location in Amazon S3 to
troubleshoot issues.
JobStatus,
JobStatusDescribeBulkImportJobResponse.Builder jobStatus(JobStatus jobStatus)
The status of the bulk import job can be one of following values.
PENDING – IoT SiteWise is waiting for the current bulk import job to finish.
CANCELLED – The bulk import job has been canceled.
RUNNING – IoT SiteWise is processing your request to import your data from Amazon S3.
COMPLETED – IoT SiteWise successfully completed your request to import data from Amazon S3.
FAILED – IoT SiteWise couldn't process your request to import data from Amazon S3. You can use
logs saved in the specified error report location in Amazon S3 to troubleshoot issues.
COMPLETED_WITH_FAILURES – IoT SiteWise completed your request to import data from Amazon S3 with
errors. You can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues.
jobStatus - The status of the bulk import job can be one of following values.
PENDING – IoT SiteWise is waiting for the current bulk import job to finish.
CANCELLED – The bulk import job has been canceled.
RUNNING – IoT SiteWise is processing your request to import your data from Amazon S3.
COMPLETED – IoT SiteWise successfully completed your request to import data from Amazon
S3.
FAILED – IoT SiteWise couldn't process your request to import data from Amazon S3. You
can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues.
COMPLETED_WITH_FAILURES – IoT SiteWise completed your request to import data from Amazon
S3 with errors. You can use logs saved in the specified error report location in Amazon S3 to
troubleshoot issues.
JobStatus,
JobStatusDescribeBulkImportJobResponse.Builder jobRoleArn(String jobRoleArn)
The ARN of the IAM role that allows IoT SiteWise to read Amazon S3 data.
jobRoleArn - The ARN of
the IAM role that allows IoT SiteWise to read Amazon S3 data.DescribeBulkImportJobResponse.Builder files(Collection<File> files)
The files in the specified Amazon S3 bucket that contain your data.
files - The files in the specified Amazon S3 bucket that contain your data.DescribeBulkImportJobResponse.Builder files(File... files)
The files in the specified Amazon S3 bucket that contain your data.
files - The files in the specified Amazon S3 bucket that contain your data.DescribeBulkImportJobResponse.Builder files(Consumer<File.Builder>... files)
The files in the specified Amazon S3 bucket that contain your data.
This is a convenience method that creates an instance of theFile.Builder avoiding the need to create one
manually via File.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #files(List.
files - a consumer that will call methods on
File.Builder#files(java.util.Collection) DescribeBulkImportJobResponse.Builder errorReportLocation(ErrorReportLocation errorReportLocation)
The Amazon S3 destination where errors associated with the job creation request are saved.
errorReportLocation - The Amazon S3 destination where errors associated with the job creation request are saved.default DescribeBulkImportJobResponse.Builder errorReportLocation(Consumer<ErrorReportLocation.Builder> errorReportLocation)
The Amazon S3 destination where errors associated with the job creation request are saved.
This is a convenience method that creates an instance of theErrorReportLocation.Builder avoiding the
need to create one manually via ErrorReportLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to errorReportLocation(ErrorReportLocation).
errorReportLocation - a consumer that will call methods on ErrorReportLocation.BuildererrorReportLocation(ErrorReportLocation)DescribeBulkImportJobResponse.Builder jobConfiguration(JobConfiguration jobConfiguration)
Contains the configuration information of a job, such as the file format used to save data in Amazon S3.
jobConfiguration - Contains the configuration information of a job, such as the file format used to save data in Amazon
S3.default DescribeBulkImportJobResponse.Builder jobConfiguration(Consumer<JobConfiguration.Builder> jobConfiguration)
Contains the configuration information of a job, such as the file format used to save data in Amazon S3.
This is a convenience method that creates an instance of theJobConfiguration.Builder avoiding the
need to create one manually via JobConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to jobConfiguration(JobConfiguration).
jobConfiguration - a consumer that will call methods on JobConfiguration.BuilderjobConfiguration(JobConfiguration)DescribeBulkImportJobResponse.Builder jobCreationDate(Instant jobCreationDate)
The date the job was created, in Unix epoch TIME.
jobCreationDate - The date the job was created, in Unix epoch TIME.DescribeBulkImportJobResponse.Builder jobLastUpdateDate(Instant jobLastUpdateDate)
The date the job was last updated, in Unix epoch time.
jobLastUpdateDate - The date the job was last updated, in Unix epoch time.Copyright © 2023. All rights reserved.