@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDataIngestionJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDataIngestionJobResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDataIngestionJobResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The time at which the data ingestion job was created.
|
Date |
getDataEndTime()
Indicates the latest timestamp corresponding to data that was successfully ingested during this specific
ingestion job.
|
DataQualitySummary |
getDataQualitySummary()
Gives statistics about a completed ingestion job.
|
String |
getDatasetArn()
The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.
|
Date |
getDataStartTime()
Indicates the earliest timestamp corresponding to data that was successfully ingested during this specific
ingestion job.
|
String |
getFailedReason()
Specifies the reason for failure when a data ingestion job has failed.
|
Long |
getIngestedDataSize()
Indicates the size of the ingested dataset.
|
IngestedFilesSummary |
getIngestedFilesSummary() |
IngestionInputConfiguration |
getIngestionInputConfiguration()
Specifies the S3 location configuration for the data input for the data ingestion job.
|
String |
getJobId()
Indicates the job ID of the data ingestion job.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.
|
String |
getSourceDatasetArn()
The Amazon Resource Name (ARN) of the source dataset from which the data used for the data ingestion job was
imported from.
|
String |
getStatus()
Indicates the status of the
DataIngestionJob operation. |
String |
getStatusDetail()
Provides details about status of the ingestion job that is currently in progress.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The time at which the data ingestion job was created.
|
void |
setDataEndTime(Date dataEndTime)
Indicates the latest timestamp corresponding to data that was successfully ingested during this specific
ingestion job.
|
void |
setDataQualitySummary(DataQualitySummary dataQualitySummary)
Gives statistics about a completed ingestion job.
|
void |
setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.
|
void |
setDataStartTime(Date dataStartTime)
Indicates the earliest timestamp corresponding to data that was successfully ingested during this specific
ingestion job.
|
void |
setFailedReason(String failedReason)
Specifies the reason for failure when a data ingestion job has failed.
|
void |
setIngestedDataSize(Long ingestedDataSize)
Indicates the size of the ingested dataset.
|
void |
setIngestedFilesSummary(IngestedFilesSummary ingestedFilesSummary) |
void |
setIngestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)
Specifies the S3 location configuration for the data input for the data ingestion job.
|
void |
setJobId(String jobId)
Indicates the job ID of the data ingestion job.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.
|
void |
setSourceDatasetArn(String sourceDatasetArn)
The Amazon Resource Name (ARN) of the source dataset from which the data used for the data ingestion job was
imported from.
|
void |
setStatus(String status)
Indicates the status of the
DataIngestionJob operation. |
void |
setStatusDetail(String statusDetail)
Provides details about status of the ingestion job that is currently in progress.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDataIngestionJobResult |
withCreatedAt(Date createdAt)
The time at which the data ingestion job was created.
|
DescribeDataIngestionJobResult |
withDataEndTime(Date dataEndTime)
Indicates the latest timestamp corresponding to data that was successfully ingested during this specific
ingestion job.
|
DescribeDataIngestionJobResult |
withDataQualitySummary(DataQualitySummary dataQualitySummary)
Gives statistics about a completed ingestion job.
|
DescribeDataIngestionJobResult |
withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.
|
DescribeDataIngestionJobResult |
withDataStartTime(Date dataStartTime)
Indicates the earliest timestamp corresponding to data that was successfully ingested during this specific
ingestion job.
|
DescribeDataIngestionJobResult |
withFailedReason(String failedReason)
Specifies the reason for failure when a data ingestion job has failed.
|
DescribeDataIngestionJobResult |
withIngestedDataSize(Long ingestedDataSize)
Indicates the size of the ingested dataset.
|
DescribeDataIngestionJobResult |
withIngestedFilesSummary(IngestedFilesSummary ingestedFilesSummary) |
DescribeDataIngestionJobResult |
withIngestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)
Specifies the S3 location configuration for the data input for the data ingestion job.
|
DescribeDataIngestionJobResult |
withJobId(String jobId)
Indicates the job ID of the data ingestion job.
|
DescribeDataIngestionJobResult |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.
|
DescribeDataIngestionJobResult |
withSourceDatasetArn(String sourceDatasetArn)
The Amazon Resource Name (ARN) of the source dataset from which the data used for the data ingestion job was
imported from.
|
DescribeDataIngestionJobResult |
withStatus(IngestionJobStatus status)
Indicates the status of the
DataIngestionJob operation. |
DescribeDataIngestionJobResult |
withStatus(String status)
Indicates the status of the
DataIngestionJob operation. |
DescribeDataIngestionJobResult |
withStatusDetail(String statusDetail)
Provides details about status of the ingestion job that is currently in progress.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobId(String jobId)
Indicates the job ID of the data ingestion job.
jobId
- Indicates the job ID of the data ingestion job.public String getJobId()
Indicates the job ID of the data ingestion job.
public DescribeDataIngestionJobResult withJobId(String jobId)
Indicates the job ID of the data ingestion job.
jobId
- Indicates the job ID of the data ingestion job.public void setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.
datasetArn
- The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.public String getDatasetArn()
The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.
public DescribeDataIngestionJobResult withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.
datasetArn
- The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.public void setIngestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)
Specifies the S3 location configuration for the data input for the data ingestion job.
ingestionInputConfiguration
- Specifies the S3 location configuration for the data input for the data ingestion job.public IngestionInputConfiguration getIngestionInputConfiguration()
Specifies the S3 location configuration for the data input for the data ingestion job.
public DescribeDataIngestionJobResult withIngestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)
Specifies the S3 location configuration for the data input for the data ingestion job.
ingestionInputConfiguration
- Specifies the S3 location configuration for the data input for the data ingestion job.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.
roleArn
- The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.public String getRoleArn()
The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.
public DescribeDataIngestionJobResult withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.
roleArn
- The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.public void setCreatedAt(Date createdAt)
The time at which the data ingestion job was created.
createdAt
- The time at which the data ingestion job was created.public Date getCreatedAt()
The time at which the data ingestion job was created.
public DescribeDataIngestionJobResult withCreatedAt(Date createdAt)
The time at which the data ingestion job was created.
createdAt
- The time at which the data ingestion job was created.public void setStatus(String status)
Indicates the status of the DataIngestionJob
operation.
status
- Indicates the status of the DataIngestionJob
operation.IngestionJobStatus
public String getStatus()
Indicates the status of the DataIngestionJob
operation.
DataIngestionJob
operation.IngestionJobStatus
public DescribeDataIngestionJobResult withStatus(String status)
Indicates the status of the DataIngestionJob
operation.
status
- Indicates the status of the DataIngestionJob
operation.IngestionJobStatus
public DescribeDataIngestionJobResult withStatus(IngestionJobStatus status)
Indicates the status of the DataIngestionJob
operation.
status
- Indicates the status of the DataIngestionJob
operation.IngestionJobStatus
public void setFailedReason(String failedReason)
Specifies the reason for failure when a data ingestion job has failed.
failedReason
- Specifies the reason for failure when a data ingestion job has failed.public String getFailedReason()
Specifies the reason for failure when a data ingestion job has failed.
public DescribeDataIngestionJobResult withFailedReason(String failedReason)
Specifies the reason for failure when a data ingestion job has failed.
failedReason
- Specifies the reason for failure when a data ingestion job has failed.public void setDataQualitySummary(DataQualitySummary dataQualitySummary)
Gives statistics about a completed ingestion job. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.
dataQualitySummary
- Gives statistics about a completed ingestion job. These statistics primarily relate to quantifying
incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats,
InsufficientSensorData, and DuplicateTimeStamps.public DataQualitySummary getDataQualitySummary()
Gives statistics about a completed ingestion job. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.
public DescribeDataIngestionJobResult withDataQualitySummary(DataQualitySummary dataQualitySummary)
Gives statistics about a completed ingestion job. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.
dataQualitySummary
- Gives statistics about a completed ingestion job. These statistics primarily relate to quantifying
incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats,
InsufficientSensorData, and DuplicateTimeStamps.public void setIngestedFilesSummary(IngestedFilesSummary ingestedFilesSummary)
ingestedFilesSummary
- public IngestedFilesSummary getIngestedFilesSummary()
public DescribeDataIngestionJobResult withIngestedFilesSummary(IngestedFilesSummary ingestedFilesSummary)
ingestedFilesSummary
- public void setStatusDetail(String statusDetail)
Provides details about status of the ingestion job that is currently in progress.
statusDetail
- Provides details about status of the ingestion job that is currently in progress.public String getStatusDetail()
Provides details about status of the ingestion job that is currently in progress.
public DescribeDataIngestionJobResult withStatusDetail(String statusDetail)
Provides details about status of the ingestion job that is currently in progress.
statusDetail
- Provides details about status of the ingestion job that is currently in progress.public void setIngestedDataSize(Long ingestedDataSize)
Indicates the size of the ingested dataset.
ingestedDataSize
- Indicates the size of the ingested dataset.public Long getIngestedDataSize()
Indicates the size of the ingested dataset.
public DescribeDataIngestionJobResult withIngestedDataSize(Long ingestedDataSize)
Indicates the size of the ingested dataset.
ingestedDataSize
- Indicates the size of the ingested dataset.public void setDataStartTime(Date dataStartTime)
Indicates the earliest timestamp corresponding to data that was successfully ingested during this specific ingestion job.
dataStartTime
- Indicates the earliest timestamp corresponding to data that was successfully ingested during this specific
ingestion job.public Date getDataStartTime()
Indicates the earliest timestamp corresponding to data that was successfully ingested during this specific ingestion job.
public DescribeDataIngestionJobResult withDataStartTime(Date dataStartTime)
Indicates the earliest timestamp corresponding to data that was successfully ingested during this specific ingestion job.
dataStartTime
- Indicates the earliest timestamp corresponding to data that was successfully ingested during this specific
ingestion job.public void setDataEndTime(Date dataEndTime)
Indicates the latest timestamp corresponding to data that was successfully ingested during this specific ingestion job.
dataEndTime
- Indicates the latest timestamp corresponding to data that was successfully ingested during this specific
ingestion job.public Date getDataEndTime()
Indicates the latest timestamp corresponding to data that was successfully ingested during this specific ingestion job.
public DescribeDataIngestionJobResult withDataEndTime(Date dataEndTime)
Indicates the latest timestamp corresponding to data that was successfully ingested during this specific ingestion job.
dataEndTime
- Indicates the latest timestamp corresponding to data that was successfully ingested during this specific
ingestion job.public void setSourceDatasetArn(String sourceDatasetArn)
The Amazon Resource Name (ARN) of the source dataset from which the data used for the data ingestion job was imported from.
sourceDatasetArn
- The Amazon Resource Name (ARN) of the source dataset from which the data used for the data ingestion job
was imported from.public String getSourceDatasetArn()
The Amazon Resource Name (ARN) of the source dataset from which the data used for the data ingestion job was imported from.
public DescribeDataIngestionJobResult withSourceDatasetArn(String sourceDatasetArn)
The Amazon Resource Name (ARN) of the source dataset from which the data used for the data ingestion job was imported from.
sourceDatasetArn
- The Amazon Resource Name (ARN) of the source dataset from which the data used for the data ingestion job
was imported from.public String toString()
toString
in class Object
Object.toString()
public DescribeDataIngestionJobResult clone()