Interface StartLendingAnalysisResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartLendingAnalysisResponse.Builder,,StartLendingAnalysisResponse> SdkBuilder<StartLendingAnalysisResponse.Builder,,StartLendingAnalysisResponse> SdkPojo,SdkResponse.Builder,TextractResponse.Builder
- Enclosing class:
StartLendingAnalysisResponse
public static interface StartLendingAnalysisResponse.Builder
extends TextractResponse.Builder, SdkPojo, CopyableBuilder<StartLendingAnalysisResponse.Builder,StartLendingAnalysisResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA unique identifier for the lending or text-detection job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.textract.model.TextractResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
jobId
A unique identifier for the lending or text-detection job. The
JobIdis returned fromStartLendingAnalysis. AJobIdvalue is only valid for 7 days.- Parameters:
jobId- A unique identifier for the lending or text-detection job. TheJobIdis returned fromStartLendingAnalysis. AJobIdvalue is only valid for 7 days.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-