public static interface DescribeDocumentClassificationJobResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<DescribeDocumentClassificationJobResponse.Builder,DescribeDocumentClassificationJobResponse>
Modifier and Type | Method and Description |
---|---|
default DescribeDocumentClassificationJobResponse.Builder |
documentClassificationJobProperties(Consumer<DocumentClassificationJobProperties.Builder> documentClassificationJobProperties)
An object that describes the properties associated with the document classification job.
|
DescribeDocumentClassificationJobResponse.Builder |
documentClassificationJobProperties(DocumentClassificationJobProperties documentClassificationJobProperties)
An object that describes the properties associated with the document classification job.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeDocumentClassificationJobResponse.Builder documentClassificationJobProperties(DocumentClassificationJobProperties documentClassificationJobProperties)
An object that describes the properties associated with the document classification job.
documentClassificationJobProperties
- An object that describes the properties associated with the document classification job.default DescribeDocumentClassificationJobResponse.Builder documentClassificationJobProperties(Consumer<DocumentClassificationJobProperties.Builder> documentClassificationJobProperties)
An object that describes the properties associated with the document classification job.
This is a convenience that creates an instance of theDocumentClassificationJobProperties.Builder
avoiding the need to create one manually via DocumentClassificationJobProperties.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to
documentClassificationJobProperties(DocumentClassificationJobProperties)
.documentClassificationJobProperties
- a consumer that will call methods on DocumentClassificationJobProperties.Builder
documentClassificationJobProperties(DocumentClassificationJobProperties)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.