Interface AnalyzeExpenseRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AnalyzeExpenseRequest.Builder,AnalyzeExpenseRequest>,SdkBuilder<AnalyzeExpenseRequest.Builder,AnalyzeExpenseRequest>,SdkPojo,SdkRequest.Builder,TextractRequest.Builder
- Enclosing class:
- AnalyzeExpenseRequest
public static interface AnalyzeExpenseRequest.Builder extends TextractRequest.Builder, SdkPojo, CopyableBuilder<AnalyzeExpenseRequest.Builder,AnalyzeExpenseRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AnalyzeExpenseRequest.Builderdocument(Consumer<Document.Builder> document)Sets the value of the Document property for this object.AnalyzeExpenseRequest.Builderdocument(Document document)Sets the value of the Document property for this object.AnalyzeExpenseRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AnalyzeExpenseRequest.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
-
document
AnalyzeExpenseRequest.Builder document(Document document)
Sets the value of the Document property for this object.- Parameters:
document- The new value for the Document property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
document
default AnalyzeExpenseRequest.Builder document(Consumer<Document.Builder> document)
Sets the value of the Document property for this object. This is a convenience method that creates an instance of theDocument.Builderavoiding the need to create one manually viaDocument.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todocument(Document).- Parameters:
document- a consumer that will call methods onDocument.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
document(Document)
-
overrideConfiguration
AnalyzeExpenseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AnalyzeExpenseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-