public static interface DescribeDatasetImportJobResponse.Builder extends PersonalizeResponse.Builder, SdkPojo, CopyableBuilder<DescribeDatasetImportJobResponse.Builder,DescribeDatasetImportJobResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeDatasetImportJobResponse.Builder |
datasetImportJob(Consumer<DatasetImportJob.Builder> datasetImportJob)
Information about the dataset import job, including the status.
|
DescribeDatasetImportJobResponse.Builder |
datasetImportJob(DatasetImportJob datasetImportJob)
Information about the dataset import job, including the status.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDatasetImportJobResponse.Builder datasetImportJob(DatasetImportJob datasetImportJob)
Information about the dataset import job, including the status.
The status is one of the following values:
CREATE PENDING
CREATE IN_PROGRESS
ACTIVE
CREATE FAILED
datasetImportJob - Information about the dataset import job, including the status.
The status is one of the following values:
CREATE PENDING
CREATE IN_PROGRESS
ACTIVE
CREATE FAILED
default DescribeDatasetImportJobResponse.Builder datasetImportJob(Consumer<DatasetImportJob.Builder> datasetImportJob)
Information about the dataset import job, including the status.
The status is one of the following values:
CREATE PENDING
CREATE IN_PROGRESS
ACTIVE
CREATE FAILED
DatasetImportJob.Builder avoiding the need to
create one manually via DatasetImportJob.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to datasetImportJob(DatasetImportJob).datasetImportJob - a consumer that will call methods on DatasetImportJob.BuilderdatasetImportJob(DatasetImportJob)Copyright © 2019. All rights reserved.