@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataIngestionJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about a specified data ingestion job, including dataset information, data ingestion configuration, and status.
| Constructor and Description |
|---|
DataIngestionJobSummary() |
| Modifier and Type | Method and Description |
|---|---|
DataIngestionJobSummary |
clone() |
boolean |
equals(Object obj) |
String |
getDatasetArn()
The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.
|
String |
getDatasetName()
The name of the dataset used for the data ingestion job.
|
IngestionInputConfiguration |
getIngestionInputConfiguration()
Specifies information for the input data for the data inference job, including data Amazon S3 location
parameters.
|
String |
getJobId()
Indicates the job ID of the data ingestion job.
|
String |
getStatus()
Indicates the status of the data ingestion job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.
|
void |
setDatasetName(String datasetName)
The name of the dataset used for the data ingestion job.
|
void |
setIngestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)
Specifies information for the input data for the data inference job, including data Amazon S3 location
parameters.
|
void |
setJobId(String jobId)
Indicates the job ID of the data ingestion job.
|
void |
setStatus(String status)
Indicates the status of the data ingestion job.
|
String |
toString()
Returns a string representation of this object.
|
DataIngestionJobSummary |
withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.
|
DataIngestionJobSummary |
withDatasetName(String datasetName)
The name of the dataset used for the data ingestion job.
|
DataIngestionJobSummary |
withIngestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)
Specifies information for the input data for the data inference job, including data Amazon S3 location
parameters.
|
DataIngestionJobSummary |
withJobId(String jobId)
Indicates the job ID of the data ingestion job.
|
DataIngestionJobSummary |
withStatus(IngestionJobStatus status)
Indicates the status of the data ingestion job.
|
DataIngestionJobSummary |
withStatus(String status)
Indicates the status of the data ingestion job.
|
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 DataIngestionJobSummary withJobId(String jobId)
Indicates the job ID of the data ingestion job.
jobId - Indicates the job ID of the data ingestion job.public void setDatasetName(String datasetName)
The name of the dataset used for the data ingestion job.
datasetName - The name of the dataset used for the data ingestion job.public String getDatasetName()
The name of the dataset used for the data ingestion job.
public DataIngestionJobSummary withDatasetName(String datasetName)
The name of the dataset used for the data ingestion job.
datasetName - The name of the dataset used for the data ingestion job.public void setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.
datasetArn - The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.public String getDatasetArn()
The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.
public DataIngestionJobSummary withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.
datasetArn - The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.public void setIngestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)
Specifies information for the input data for the data inference job, including data Amazon S3 location parameters.
ingestionInputConfiguration - Specifies information for the input data for the data inference job, including data Amazon S3 location
parameters.public IngestionInputConfiguration getIngestionInputConfiguration()
Specifies information for the input data for the data inference job, including data Amazon S3 location parameters.
public DataIngestionJobSummary withIngestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)
Specifies information for the input data for the data inference job, including data Amazon S3 location parameters.
ingestionInputConfiguration - Specifies information for the input data for the data inference job, including data Amazon S3 location
parameters.public void setStatus(String status)
Indicates the status of the data ingestion job.
status - Indicates the status of the data ingestion job.IngestionJobStatuspublic String getStatus()
Indicates the status of the data ingestion job.
IngestionJobStatuspublic DataIngestionJobSummary withStatus(String status)
Indicates the status of the data ingestion job.
status - Indicates the status of the data ingestion job.IngestionJobStatuspublic DataIngestionJobSummary withStatus(IngestionJobStatus status)
Indicates the status of the data ingestion job.
status - Indicates the status of the data ingestion job.IngestionJobStatuspublic String toString()
toString in class ObjectObject.toString()public DataIngestionJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.