@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartLendingAnalysisRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartLendingAnalysisRequest() |
Modifier and Type | Method and Description |
---|---|
StartLendingAnalysisRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
The idempotent token that you use to identify the start request.
|
DocumentLocation |
getDocumentLocation() |
String |
getJobTag()
An identifier that you specify to be included in the completion notification published to the Amazon SNS topic.
|
String |
getKMSKeyId()
The KMS key used to encrypt the inference results.
|
NotificationChannel |
getNotificationChannel() |
OutputConfig |
getOutputConfig() |
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
The idempotent token that you use to identify the start request.
|
void |
setDocumentLocation(DocumentLocation documentLocation) |
void |
setJobTag(String jobTag)
An identifier that you specify to be included in the completion notification published to the Amazon SNS topic.
|
void |
setKMSKeyId(String kMSKeyId)
The KMS key used to encrypt the inference results.
|
void |
setNotificationChannel(NotificationChannel notificationChannel) |
void |
setOutputConfig(OutputConfig outputConfig) |
String |
toString()
Returns a string representation of this object.
|
StartLendingAnalysisRequest |
withClientRequestToken(String clientRequestToken)
The idempotent token that you use to identify the start request.
|
StartLendingAnalysisRequest |
withDocumentLocation(DocumentLocation documentLocation) |
StartLendingAnalysisRequest |
withJobTag(String jobTag)
An identifier that you specify to be included in the completion notification published to the Amazon SNS topic.
|
StartLendingAnalysisRequest |
withKMSKeyId(String kMSKeyId)
The KMS key used to encrypt the inference results.
|
StartLendingAnalysisRequest |
withNotificationChannel(NotificationChannel notificationChannel) |
StartLendingAnalysisRequest |
withOutputConfig(OutputConfig outputConfig) |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDocumentLocation(DocumentLocation documentLocation)
documentLocation
- public DocumentLocation getDocumentLocation()
public StartLendingAnalysisRequest withDocumentLocation(DocumentLocation documentLocation)
documentLocation
- public void setClientRequestToken(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.public String getClientRequestToken()
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 StartLendingAnalysisRequest withClientRequestToken(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.public void setJobTag(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).public String getJobTag()
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 StartLendingAnalysisRequest withJobTag(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).public void setNotificationChannel(NotificationChannel notificationChannel)
notificationChannel
- public NotificationChannel getNotificationChannel()
public StartLendingAnalysisRequest withNotificationChannel(NotificationChannel notificationChannel)
notificationChannel
- public void setOutputConfig(OutputConfig outputConfig)
outputConfig
- public OutputConfig getOutputConfig()
public StartLendingAnalysisRequest withOutputConfig(OutputConfig outputConfig)
outputConfig
- public void setKMSKeyId(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.public String getKMSKeyId()
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 withKMSKeyId(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.public String toString()
toString
in class Object
Object.toString()
public StartLendingAnalysisRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()