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