@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBulkImportJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeBulkImportJobResult() |
Modifier and Type | Method and Description |
---|---|
DescribeBulkImportJobResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAdaptiveIngestion()
If set to true, ingest new data into IoT SiteWise storage.
|
Boolean |
getDeleteFilesAfterImport()
If set to true, your data files is deleted from S3, after ingestion into IoT SiteWise storage.
|
ErrorReportLocation |
getErrorReportLocation()
The Amazon S3 destination where errors associated with the job creation request are saved.
|
List<File> |
getFiles()
The files in the specified Amazon S3 bucket that contain your data.
|
JobConfiguration |
getJobConfiguration()
Contains the configuration information of a job, such as the file format used to save data in Amazon S3.
|
Date |
getJobCreationDate()
The date the job was created, in Unix epoch TIME.
|
String |
getJobId()
The ID of the job.
|
Date |
getJobLastUpdateDate()
The date the job was last updated, in Unix epoch time.
|
String |
getJobName()
The unique name that helps identify the job request.
|
String |
getJobRoleArn()
The ARN of the IAM role
that allows IoT SiteWise to read Amazon S3 data.
|
String |
getJobStatus()
The status of the bulk import job can be one of following values:
|
int |
hashCode() |
Boolean |
isAdaptiveIngestion()
If set to true, ingest new data into IoT SiteWise storage.
|
Boolean |
isDeleteFilesAfterImport()
If set to true, your data files is deleted from S3, after ingestion into IoT SiteWise storage.
|
void |
setAdaptiveIngestion(Boolean adaptiveIngestion)
If set to true, ingest new data into IoT SiteWise storage.
|
void |
setDeleteFilesAfterImport(Boolean deleteFilesAfterImport)
If set to true, your data files is deleted from S3, after ingestion into IoT SiteWise storage.
|
void |
setErrorReportLocation(ErrorReportLocation errorReportLocation)
The Amazon S3 destination where errors associated with the job creation request are saved.
|
void |
setFiles(Collection<File> files)
The files in the specified Amazon S3 bucket that contain your data.
|
void |
setJobConfiguration(JobConfiguration jobConfiguration)
Contains the configuration information of a job, such as the file format used to save data in Amazon S3.
|
void |
setJobCreationDate(Date jobCreationDate)
The date the job was created, in Unix epoch TIME.
|
void |
setJobId(String jobId)
The ID of the job.
|
void |
setJobLastUpdateDate(Date jobLastUpdateDate)
The date the job was last updated, in Unix epoch time.
|
void |
setJobName(String jobName)
The unique name that helps identify the job request.
|
void |
setJobRoleArn(String jobRoleArn)
The ARN of the IAM role
that allows IoT SiteWise to read Amazon S3 data.
|
void |
setJobStatus(String jobStatus)
The status of the bulk import job can be one of following values:
|
String |
toString()
Returns a string representation of this object.
|
DescribeBulkImportJobResult |
withAdaptiveIngestion(Boolean adaptiveIngestion)
If set to true, ingest new data into IoT SiteWise storage.
|
DescribeBulkImportJobResult |
withDeleteFilesAfterImport(Boolean deleteFilesAfterImport)
If set to true, your data files is deleted from S3, after ingestion into IoT SiteWise storage.
|
DescribeBulkImportJobResult |
withErrorReportLocation(ErrorReportLocation errorReportLocation)
The Amazon S3 destination where errors associated with the job creation request are saved.
|
DescribeBulkImportJobResult |
withFiles(Collection<File> files)
The files in the specified Amazon S3 bucket that contain your data.
|
DescribeBulkImportJobResult |
withFiles(File... files)
The files in the specified Amazon S3 bucket that contain your data.
|
DescribeBulkImportJobResult |
withJobConfiguration(JobConfiguration jobConfiguration)
Contains the configuration information of a job, such as the file format used to save data in Amazon S3.
|
DescribeBulkImportJobResult |
withJobCreationDate(Date jobCreationDate)
The date the job was created, in Unix epoch TIME.
|
DescribeBulkImportJobResult |
withJobId(String jobId)
The ID of the job.
|
DescribeBulkImportJobResult |
withJobLastUpdateDate(Date jobLastUpdateDate)
The date the job was last updated, in Unix epoch time.
|
DescribeBulkImportJobResult |
withJobName(String jobName)
The unique name that helps identify the job request.
|
DescribeBulkImportJobResult |
withJobRoleArn(String jobRoleArn)
The ARN of the IAM role
that allows IoT SiteWise to read Amazon S3 data.
|
DescribeBulkImportJobResult |
withJobStatus(JobStatus jobStatus)
The status of the bulk import job can be one of following values:
|
DescribeBulkImportJobResult |
withJobStatus(String jobStatus)
The status of the bulk import job can be one of following values:
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobId(String jobId)
The ID of the job.
jobId
- The ID of the job.public String getJobId()
The ID of the job.
public DescribeBulkImportJobResult withJobId(String jobId)
The ID of the job.
jobId
- The ID of the job.public void setJobName(String jobName)
The unique name that helps identify the job request.
jobName
- The unique name that helps identify the job request.public String getJobName()
The unique name that helps identify the job request.
public DescribeBulkImportJobResult withJobName(String jobName)
The unique name that helps identify the job request.
jobName
- The unique name that helps identify the job request.public void setJobStatus(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
public String getJobStatus()
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.
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
public DescribeBulkImportJobResult withJobStatus(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
public DescribeBulkImportJobResult withJobStatus(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
public void setJobRoleArn(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.public String getJobRoleArn()
The ARN of the IAM role that allows IoT SiteWise to read Amazon S3 data.
public DescribeBulkImportJobResult withJobRoleArn(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.public List<File> getFiles()
The files in the specified Amazon S3 bucket that contain your data.
public void setFiles(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.public DescribeBulkImportJobResult withFiles(File... files)
The files in the specified Amazon S3 bucket that contain your data.
NOTE: This method appends the values to the existing list (if any). Use
setFiles(java.util.Collection)
or withFiles(java.util.Collection)
if you want to override the
existing values.
files
- The files in the specified Amazon S3 bucket that contain your data.public DescribeBulkImportJobResult withFiles(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.public void setErrorReportLocation(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.public ErrorReportLocation getErrorReportLocation()
The Amazon S3 destination where errors associated with the job creation request are saved.
public DescribeBulkImportJobResult withErrorReportLocation(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.public void setJobConfiguration(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.public JobConfiguration getJobConfiguration()
Contains the configuration information of a job, such as the file format used to save data in Amazon S3.
public DescribeBulkImportJobResult withJobConfiguration(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.public void setJobCreationDate(Date jobCreationDate)
The date the job was created, in Unix epoch TIME.
jobCreationDate
- The date the job was created, in Unix epoch TIME.public Date getJobCreationDate()
The date the job was created, in Unix epoch TIME.
public DescribeBulkImportJobResult withJobCreationDate(Date jobCreationDate)
The date the job was created, in Unix epoch TIME.
jobCreationDate
- The date the job was created, in Unix epoch TIME.public void setJobLastUpdateDate(Date jobLastUpdateDate)
The date the job was last updated, in Unix epoch time.
jobLastUpdateDate
- The date the job was last updated, in Unix epoch time.public Date getJobLastUpdateDate()
The date the job was last updated, in Unix epoch time.
public DescribeBulkImportJobResult withJobLastUpdateDate(Date jobLastUpdateDate)
The date the job was last updated, in Unix epoch time.
jobLastUpdateDate
- The date the job was last updated, in Unix epoch time.public void setAdaptiveIngestion(Boolean adaptiveIngestion)
If set to true, ingest new data into IoT SiteWise storage. Measurements with notifications, metrics and transforms are computed. If set to false, historical data is ingested into IoT SiteWise as is.
adaptiveIngestion
- If set to true, ingest new data into IoT SiteWise storage. Measurements with notifications, metrics and
transforms are computed. If set to false, historical data is ingested into IoT SiteWise as is.public Boolean getAdaptiveIngestion()
If set to true, ingest new data into IoT SiteWise storage. Measurements with notifications, metrics and transforms are computed. If set to false, historical data is ingested into IoT SiteWise as is.
public DescribeBulkImportJobResult withAdaptiveIngestion(Boolean adaptiveIngestion)
If set to true, ingest new data into IoT SiteWise storage. Measurements with notifications, metrics and transforms are computed. If set to false, historical data is ingested into IoT SiteWise as is.
adaptiveIngestion
- If set to true, ingest new data into IoT SiteWise storage. Measurements with notifications, metrics and
transforms are computed. If set to false, historical data is ingested into IoT SiteWise as is.public Boolean isAdaptiveIngestion()
If set to true, ingest new data into IoT SiteWise storage. Measurements with notifications, metrics and transforms are computed. If set to false, historical data is ingested into IoT SiteWise as is.
public void setDeleteFilesAfterImport(Boolean deleteFilesAfterImport)
If set to true, your data files is deleted from S3, after ingestion into IoT SiteWise storage.
deleteFilesAfterImport
- If set to true, your data files is deleted from S3, after ingestion into IoT SiteWise storage.public Boolean getDeleteFilesAfterImport()
If set to true, your data files is deleted from S3, after ingestion into IoT SiteWise storage.
public DescribeBulkImportJobResult withDeleteFilesAfterImport(Boolean deleteFilesAfterImport)
If set to true, your data files is deleted from S3, after ingestion into IoT SiteWise storage.
deleteFilesAfterImport
- If set to true, your data files is deleted from S3, after ingestion into IoT SiteWise storage.public Boolean isDeleteFilesAfterImport()
If set to true, your data files is deleted from S3, after ingestion into IoT SiteWise storage.
public String toString()
toString
in class Object
Object.toString()
public DescribeBulkImportJobResult clone()