static StartExpenseAnalysisRequest.Builder |
StartExpenseAnalysisRequest.builder() |
|
StartExpenseAnalysisRequest.Builder |
StartExpenseAnalysisRequest.Builder.clientRequestToken(String clientRequestToken) |
The idempotent token that's used to identify the start request.
|
default StartExpenseAnalysisRequest.Builder |
StartExpenseAnalysisRequest.Builder.documentLocation(Consumer<DocumentLocation.Builder> documentLocation) |
The location of the document to be processed.
|
StartExpenseAnalysisRequest.Builder |
StartExpenseAnalysisRequest.Builder.documentLocation(DocumentLocation documentLocation) |
The location of the document to be processed.
|
StartExpenseAnalysisRequest.Builder |
StartExpenseAnalysisRequest.Builder.jobTag(String jobTag) |
An identifier you specify that's included in the completion notification published to the Amazon SNS topic.
|
StartExpenseAnalysisRequest.Builder |
StartExpenseAnalysisRequest.Builder.kmsKeyId(String kmsKeyId) |
The KMS key used to encrypt the inference results.
|
default StartExpenseAnalysisRequest.Builder |
StartExpenseAnalysisRequest.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.
|
StartExpenseAnalysisRequest.Builder |
StartExpenseAnalysisRequest.Builder.notificationChannel(NotificationChannel notificationChannel) |
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
|
default StartExpenseAnalysisRequest.Builder |
StartExpenseAnalysisRequest.Builder.outputConfig(Consumer<OutputConfig.Builder> outputConfig) |
Sets if the output will go to a customer defined bucket.
|
StartExpenseAnalysisRequest.Builder |
StartExpenseAnalysisRequest.Builder.outputConfig(OutputConfig outputConfig) |
Sets if the output will go to a customer defined bucket.
|
StartExpenseAnalysisRequest.Builder |
StartExpenseAnalysisRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
StartExpenseAnalysisRequest.Builder |
StartExpenseAnalysisRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
StartExpenseAnalysisRequest.Builder |
StartExpenseAnalysisRequest.toBuilder() |
|