public static interface DataIngestionJobSummary.Builder extends SdkPojo, CopyableBuilder<DataIngestionJobSummary.Builder,DataIngestionJobSummary>
| Modifier and Type | Method and Description |
|---|---|
DataIngestionJobSummary.Builder |
datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.
|
DataIngestionJobSummary.Builder |
datasetName(String datasetName)
The name of the dataset used for the data ingestion job.
|
default DataIngestionJobSummary.Builder |
ingestionInputConfiguration(Consumer<IngestionInputConfiguration.Builder> ingestionInputConfiguration)
Specifies information for the input data for the data inference job, including data Amazon S3 location
parameters.
|
DataIngestionJobSummary.Builder |
ingestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)
Specifies information for the input data for the data inference job, including data Amazon S3 location
parameters.
|
DataIngestionJobSummary.Builder |
jobId(String jobId)
Indicates the job ID of the data ingestion job.
|
DataIngestionJobSummary.Builder |
status(IngestionJobStatus status)
Indicates the status of the data ingestion job.
|
DataIngestionJobSummary.Builder |
status(String status)
Indicates the status of the data ingestion job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataIngestionJobSummary.Builder jobId(String jobId)
Indicates the job ID of the data ingestion job.
jobId - Indicates the job ID of the data ingestion job.DataIngestionJobSummary.Builder datasetName(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.DataIngestionJobSummary.Builder datasetArn(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.DataIngestionJobSummary.Builder ingestionInputConfiguration(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.default DataIngestionJobSummary.Builder ingestionInputConfiguration(Consumer<IngestionInputConfiguration.Builder> ingestionInputConfiguration)
Specifies information for the input data for the data inference job, including data Amazon S3 location parameters.
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)DataIngestionJobSummary.Builder status(String status)
Indicates the status of the data ingestion job.
status - Indicates the status of the data ingestion job.IngestionJobStatus,
IngestionJobStatusDataIngestionJobSummary.Builder status(IngestionJobStatus status)
Indicates the status of the data ingestion job.
status - Indicates the status of the data ingestion job.IngestionJobStatus,
IngestionJobStatusCopyright © 2022. All rights reserved.