@Generated(value="software.amazon.awssdk:codegen") public final class StartLendingAnalysisRequest extends TextractRequest implements ToCopyableBuilder<StartLendingAnalysisRequest.Builder,StartLendingAnalysisRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartLendingAnalysisRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartLendingAnalysisRequest.Builder |
builder() |
String |
clientRequestToken()
The idempotent token that you use to identify the start request.
|
DocumentLocation |
documentLocation()
Returns the value of the DocumentLocation property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobTag()
An identifier that you specify to be included in the completion notification published to the Amazon SNS topic.
|
String |
kmsKeyId()
The KMS key used to encrypt the inference results.
|
NotificationChannel |
notificationChannel()
Returns the value of the NotificationChannel property for this object.
|
OutputConfig |
outputConfig()
Returns the value of the OutputConfig property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartLendingAnalysisRequest.Builder> |
serializableBuilderClass() |
StartLendingAnalysisRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DocumentLocation documentLocation()
public final 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.
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.public final 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 to identify the type of document that the completion
notification corresponds to (such as a tax form or a receipt).public final NotificationChannel notificationChannel()
public final OutputConfig outputConfig()
public final 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.
public StartLendingAnalysisRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartLendingAnalysisRequest.Builder,StartLendingAnalysisRequest>toBuilder in class TextractRequestpublic static StartLendingAnalysisRequest.Builder builder()
public static Class<? extends StartLendingAnalysisRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.