Interface GetLendingAnalysisSummaryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetLendingAnalysisSummaryRequest.Builder,GetLendingAnalysisSummaryRequest>
,SdkBuilder<GetLendingAnalysisSummaryRequest.Builder,GetLendingAnalysisSummaryRequest>
,SdkPojo
,SdkRequest.Builder
,TextractRequest.Builder
- Enclosing class:
- GetLendingAnalysisSummaryRequest
public static interface GetLendingAnalysisSummaryRequest.Builder extends TextractRequest.Builder, SdkPojo, CopyableBuilder<GetLendingAnalysisSummaryRequest.Builder,GetLendingAnalysisSummaryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetLendingAnalysisSummaryRequest.Builder
jobId(String jobId)
A unique identifier for the lending or text-detection job.GetLendingAnalysisSummaryRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetLendingAnalysisSummaryRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.textract.model.TextractRequest.Builder
build
-
-
-
-
Method Detail
-
jobId
GetLendingAnalysisSummaryRequest.Builder jobId(String jobId)
A unique identifier for the lending or text-detection job. The
JobId
is returned from StartLendingAnalysis. AJobId
value is only valid for 7 days.- Parameters:
jobId
- A unique identifier for the lending or text-detection job. TheJobId
is returned from StartLendingAnalysis. AJobId
value is only valid for 7 days.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetLendingAnalysisSummaryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetLendingAnalysisSummaryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-