default StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.adaptersConfig(Consumer<AdaptersConfig.Builder> adaptersConfig) |
Specifies the adapter to be used when analyzing a document.
|
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.adaptersConfig(AdaptersConfig adaptersConfig) |
Specifies the adapter to be used when analyzing a document.
|
static StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.builder() |
|
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.clientRequestToken(String clientRequestToken) |
The idempotent token that you use to identify the start request.
|
default StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.documentLocation(Consumer<DocumentLocation.Builder> documentLocation) |
The location of the document to be processed.
|
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.documentLocation(DocumentLocation documentLocation) |
The location of the document to be processed.
|
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.featureTypes(Collection<FeatureType> featureTypes) |
A list of the types of analysis to perform.
|
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.featureTypes(FeatureType... featureTypes) |
A list of the types of analysis to perform.
|
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.featureTypesWithStrings(String... featureTypes) |
A list of the types of analysis to perform.
|
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.featureTypesWithStrings(Collection<String> featureTypes) |
A list of the types of analysis to perform.
|
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.jobTag(String jobTag) |
An identifier that you specify that's included in the completion notification published to the Amazon SNS
topic.
|
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.kmsKeyId(String kmsKeyId) |
The KMS key used to encrypt the inference results.
|
default StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel) |
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
|
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.notificationChannel(NotificationChannel notificationChannel) |
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
|
default StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.outputConfig(Consumer<OutputConfig.Builder> outputConfig) |
Sets if the output will go to a customer defined bucket.
|
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.outputConfig(OutputConfig outputConfig) |
Sets if the output will go to a customer defined bucket.
|
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.queriesConfig(Consumer<QueriesConfig.Builder> queriesConfig) |
Sets the value of the QueriesConfig property for this object.
|
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.queriesConfig(QueriesConfig queriesConfig) |
Sets the value of the QueriesConfig property for this object.
|
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.toBuilder() |
|