public static interface GetLendingAnalysisRequest.Builder extends TextractRequest.Builder, SdkPojo, CopyableBuilder<GetLendingAnalysisRequest.Builder,GetLendingAnalysisRequest>
| Modifier and Type | Method and Description |
|---|---|
GetLendingAnalysisRequest.Builder |
jobId(String jobId)
A unique identifier for the lending or text-detection job.
|
GetLendingAnalysisRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per paginated call.
|
GetLendingAnalysisRequest.Builder |
nextToken(String nextToken)
If the previous response was incomplete, Amazon Textract returns a pagination token in the response.
|
GetLendingAnalysisRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetLendingAnalysisRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLendingAnalysisRequest.Builder jobId(String jobId)
A unique identifier for the lending or text-detection job. The JobId is returned from
StartLendingAnalysis. A JobId value is only valid for 7 days.
jobId - A unique identifier for the lending or text-detection job. The JobId is returned from
StartLendingAnalysis. A JobId value is only valid for 7 days.GetLendingAnalysisRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per paginated call. The largest value that you can specify is 30. If you specify a value greater than 30, a maximum of 30 results is returned. The default value is 30.
maxResults - The maximum number of results to return per paginated call. The largest value that you can specify is
30. If you specify a value greater than 30, a maximum of 30 results is returned. The default value is
30.GetLendingAnalysisRequest.Builder nextToken(String nextToken)
If the previous response was incomplete, Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of lending results.
nextToken - If the previous response was incomplete, Amazon Textract returns a pagination token in the response.
You can use this pagination token to retrieve the next set of lending results.GetLendingAnalysisRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetLendingAnalysisRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.