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.BuilderjobId(String jobId)A unique identifier for the lending or text-detection job.GetLendingAnalysisSummaryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLendingAnalysisSummaryRequest.BuilderoverrideConfiguration(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, sdkFieldNameToField, 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
JobIdis returned from StartLendingAnalysis. AJobIdvalue is only valid for 7 days.- Parameters:
jobId- A unique identifier for the lending or text-detection job. TheJobIdis returned from StartLendingAnalysis. AJobIdvalue 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:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetLendingAnalysisSummaryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-