public static interface StartLendingAnalysisRequest.Builder extends TextractRequest.Builder, SdkPojo, CopyableBuilder<StartLendingAnalysisRequest.Builder,StartLendingAnalysisRequest>
| Modifier and Type | Method and Description |
|---|---|
StartLendingAnalysisRequest.Builder |
clientRequestToken(String clientRequestToken)
The idempotent token that you use to identify the start request.
|
default StartLendingAnalysisRequest.Builder |
documentLocation(Consumer<DocumentLocation.Builder> documentLocation)
Sets the value of the DocumentLocation property for this object.
|
StartLendingAnalysisRequest.Builder |
documentLocation(DocumentLocation documentLocation)
Sets the value of the DocumentLocation property for this object.
|
StartLendingAnalysisRequest.Builder |
jobTag(String jobTag)
An identifier that you specify to be included in the completion notification published to the Amazon SNS
topic.
|
StartLendingAnalysisRequest.Builder |
kmsKeyId(String kmsKeyId)
The KMS key used to encrypt the inference results.
|
default StartLendingAnalysisRequest.Builder |
notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel)
Sets the value of the NotificationChannel property for this object.
|
StartLendingAnalysisRequest.Builder |
notificationChannel(NotificationChannel notificationChannel)
Sets the value of the NotificationChannel property for this object.
|
default StartLendingAnalysisRequest.Builder |
outputConfig(Consumer<OutputConfig.Builder> outputConfig)
Sets the value of the OutputConfig property for this object.
|
StartLendingAnalysisRequest.Builder |
outputConfig(OutputConfig outputConfig)
Sets the value of the OutputConfig property for this object.
|
StartLendingAnalysisRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartLendingAnalysisRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartLendingAnalysisRequest.Builder documentLocation(DocumentLocation documentLocation)
documentLocation - The new value for the DocumentLocation property for this object.default StartLendingAnalysisRequest.Builder documentLocation(Consumer<DocumentLocation.Builder> documentLocation)
DocumentLocation.Builder avoiding the
need to create one manually via DocumentLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to documentLocation(DocumentLocation).
documentLocation - a consumer that will call methods on DocumentLocation.BuilderdocumentLocation(DocumentLocation)StartLendingAnalysisRequest.Builder clientRequestToken(String clientRequestToken)
The idempotent token that you use to identify the start request. If you use the same token with multiple
StartLendingAnalysis requests, the same JobId is returned. Use
ClientRequestToken to prevent the same job from being accidentally started more than once. For
more information, see Calling Amazon
Textract Asynchronous Operations.
clientRequestToken - The idempotent token that you use to identify the start request. If you use the same token with
multiple StartLendingAnalysis requests, the same JobId is returned. Use
ClientRequestToken to prevent the same job from being accidentally started more than
once. For more information, see Calling Amazon Textract
Asynchronous Operations.StartLendingAnalysisRequest.Builder jobTag(String jobTag)
An identifier that you specify to be included in the completion notification published to the Amazon SNS
topic. For example, you can use JobTag to identify the type of document that the completion
notification corresponds to (such as a tax form or a receipt).
jobTag - An identifier that you specify to be included in the completion notification published to the Amazon
SNS topic. For example, you can use JobTag to identify the type of document that the
completion notification corresponds to (such as a tax form or a receipt).StartLendingAnalysisRequest.Builder notificationChannel(NotificationChannel notificationChannel)
notificationChannel - The new value for the NotificationChannel property for this object.default StartLendingAnalysisRequest.Builder notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel)
NotificationChannel.Builder avoiding the
need to create one manually via NotificationChannel.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to notificationChannel(NotificationChannel).
notificationChannel - a consumer that will call methods on NotificationChannel.BuildernotificationChannel(NotificationChannel)StartLendingAnalysisRequest.Builder outputConfig(OutputConfig outputConfig)
outputConfig - The new value for the OutputConfig property for this object.default StartLendingAnalysisRequest.Builder outputConfig(Consumer<OutputConfig.Builder> outputConfig)
OutputConfig.Builder avoiding the need
to create one manually via OutputConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to outputConfig(OutputConfig).
outputConfig - a consumer that will call methods on OutputConfig.BuilderoutputConfig(OutputConfig)StartLendingAnalysisRequest.Builder kmsKeyId(String kmsKeyId)
The KMS key used to encrypt the inference results. This can be in either Key ID or Key Alias format. When a KMS key is provided, the KMS key will be used for server-side encryption of the objects in the customer bucket. When this parameter is not enabled, the result will be encrypted server side, using SSE-S3.
kmsKeyId - The KMS key used to encrypt the inference results. This can be in either Key ID or Key Alias format.
When a KMS key is provided, the KMS key will be used for server-side encryption of the objects in the
customer bucket. When this parameter is not enabled, the result will be encrypted server side, using
SSE-S3.StartLendingAnalysisRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartLendingAnalysisRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.