public static interface DescribeDataIngestionJobResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<DescribeDataIngestionJobResponse.Builder,DescribeDataIngestionJobResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDataIngestionJobResponse.Builder |
createdAt(Instant createdAt)
The time at which the data ingestion job was created.
|
DescribeDataIngestionJobResponse.Builder |
dataEndTime(Instant dataEndTime)
Indicates the latest timestamp corresponding to data that was successfully ingested during this specific
ingestion job.
|
default DescribeDataIngestionJobResponse.Builder |
dataQualitySummary(Consumer<DataQualitySummary.Builder> dataQualitySummary)
Gives statistics about a completed ingestion job.
|
DescribeDataIngestionJobResponse.Builder |
dataQualitySummary(DataQualitySummary dataQualitySummary)
Gives statistics about a completed ingestion job.
|
DescribeDataIngestionJobResponse.Builder |
datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.
|
DescribeDataIngestionJobResponse.Builder |
dataStartTime(Instant dataStartTime)
Indicates the earliest timestamp corresponding to data that was successfully ingested during this specific
ingestion job.
|
DescribeDataIngestionJobResponse.Builder |
failedReason(String failedReason)
Specifies the reason for failure when a data ingestion job has failed.
|
DescribeDataIngestionJobResponse.Builder |
ingestedDataSize(Long ingestedDataSize)
Indicates the size of the ingested dataset.
|
default DescribeDataIngestionJobResponse.Builder |
ingestedFilesSummary(Consumer<IngestedFilesSummary.Builder> ingestedFilesSummary)
Sets the value of the IngestedFilesSummary property for this object.
|
DescribeDataIngestionJobResponse.Builder |
ingestedFilesSummary(IngestedFilesSummary ingestedFilesSummary)
Sets the value of the IngestedFilesSummary property for this object.
|
default DescribeDataIngestionJobResponse.Builder |
ingestionInputConfiguration(Consumer<IngestionInputConfiguration.Builder> ingestionInputConfiguration)
Specifies the S3 location configuration for the data input for the data ingestion job.
|
DescribeDataIngestionJobResponse.Builder |
ingestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)
Specifies the S3 location configuration for the data input for the data ingestion job.
|
DescribeDataIngestionJobResponse.Builder |
jobId(String jobId)
Indicates the job ID of the data ingestion job.
|
DescribeDataIngestionJobResponse.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.
|
DescribeDataIngestionJobResponse.Builder |
status(IngestionJobStatus status)
Indicates the status of the
DataIngestionJob operation. |
DescribeDataIngestionJobResponse.Builder |
status(String status)
Indicates the status of the
DataIngestionJob operation. |
DescribeDataIngestionJobResponse.Builder |
statusDetail(String statusDetail)
Provides details about status of the ingestion job that is currently in progress.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDataIngestionJobResponse.Builder jobId(String jobId)
Indicates the job ID of the data ingestion job.
jobId - Indicates the job ID of the data ingestion job.DescribeDataIngestionJobResponse.Builder datasetArn(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.DescribeDataIngestionJobResponse.Builder ingestionInputConfiguration(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.default DescribeDataIngestionJobResponse.Builder ingestionInputConfiguration(Consumer<IngestionInputConfiguration.Builder> ingestionInputConfiguration)
Specifies the S3 location configuration for the data input for the data ingestion job.
This is a convenience method that creates an instance of theIngestionInputConfiguration.Builder
avoiding the need to create one manually via IngestionInputConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to ingestionInputConfiguration(IngestionInputConfiguration).
ingestionInputConfiguration - a consumer that will call methods on IngestionInputConfiguration.BuilderingestionInputConfiguration(IngestionInputConfiguration)DescribeDataIngestionJobResponse.Builder roleArn(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.DescribeDataIngestionJobResponse.Builder createdAt(Instant createdAt)
The time at which the data ingestion job was created.
createdAt - The time at which the data ingestion job was created.DescribeDataIngestionJobResponse.Builder status(String status)
Indicates the status of the DataIngestionJob operation.
status - Indicates the status of the DataIngestionJob operation.IngestionJobStatus,
IngestionJobStatusDescribeDataIngestionJobResponse.Builder status(IngestionJobStatus status)
Indicates the status of the DataIngestionJob operation.
status - Indicates the status of the DataIngestionJob operation.IngestionJobStatus,
IngestionJobStatusDescribeDataIngestionJobResponse.Builder failedReason(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.DescribeDataIngestionJobResponse.Builder dataQualitySummary(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.default DescribeDataIngestionJobResponse.Builder dataQualitySummary(Consumer<DataQualitySummary.Builder> dataQualitySummary)
Gives statistics about a completed ingestion job. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.
This is a convenience method that creates an instance of theDataQualitySummary.Builder avoiding the
need to create one manually via DataQualitySummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dataQualitySummary(DataQualitySummary).
dataQualitySummary - a consumer that will call methods on DataQualitySummary.BuilderdataQualitySummary(DataQualitySummary)DescribeDataIngestionJobResponse.Builder ingestedFilesSummary(IngestedFilesSummary ingestedFilesSummary)
ingestedFilesSummary - The new value for the IngestedFilesSummary property for this object.default DescribeDataIngestionJobResponse.Builder ingestedFilesSummary(Consumer<IngestedFilesSummary.Builder> ingestedFilesSummary)
IngestedFilesSummary.Builder avoiding
the need to create one manually via IngestedFilesSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to ingestedFilesSummary(IngestedFilesSummary).
ingestedFilesSummary - a consumer that will call methods on IngestedFilesSummary.BuilderingestedFilesSummary(IngestedFilesSummary)DescribeDataIngestionJobResponse.Builder statusDetail(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.DescribeDataIngestionJobResponse.Builder ingestedDataSize(Long ingestedDataSize)
Indicates the size of the ingested dataset.
ingestedDataSize - Indicates the size of the ingested dataset.DescribeDataIngestionJobResponse.Builder dataStartTime(Instant 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.DescribeDataIngestionJobResponse.Builder dataEndTime(Instant 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.Copyright © 2022. All rights reserved.