public static interface DescribeDocumentClassifierResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<DescribeDocumentClassifierResponse.Builder,DescribeDocumentClassifierResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeDocumentClassifierResponse.Builder |
documentClassifierProperties(Consumer<DocumentClassifierProperties.Builder> documentClassifierProperties)
An object that contains the properties associated with a document classifier.
|
DescribeDocumentClassifierResponse.Builder |
documentClassifierProperties(DocumentClassifierProperties documentClassifierProperties)
An object that contains the properties associated with a document classifier.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeDocumentClassifierResponse.Builder documentClassifierProperties(DocumentClassifierProperties documentClassifierProperties)
An object that contains the properties associated with a document classifier.
documentClassifierProperties - An object that contains the properties associated with a document classifier.default DescribeDocumentClassifierResponse.Builder documentClassifierProperties(Consumer<DocumentClassifierProperties.Builder> documentClassifierProperties)
An object that contains the properties associated with a document classifier.
This is a convenience that creates an instance of theDocumentClassifierProperties.Builder avoiding
the need to create one manually via DocumentClassifierProperties.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to documentClassifierProperties(DocumentClassifierProperties).documentClassifierProperties - a consumer that will call methods on DocumentClassifierProperties.BuilderdocumentClassifierProperties(DocumentClassifierProperties)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.