Interface ExpenseType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExpenseType.Builder,ExpenseType>,SdkBuilder<ExpenseType.Builder,ExpenseType>,SdkPojo
- Enclosing class:
- ExpenseType
@Mutable @NotThreadSafe public static interface ExpenseType.Builder extends SdkPojo, CopyableBuilder<ExpenseType.Builder,ExpenseType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpenseType.Builderconfidence(Float confidence)The confidence of accuracy, as a percentage.ExpenseType.Buildertext(String text)The word or line of text detected by Amazon Textract.-
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
-
-
-
-
Method Detail
-
text
ExpenseType.Builder text(String text)
The word or line of text detected by Amazon Textract.
- Parameters:
text- The word or line of text detected by Amazon Textract.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
confidence
ExpenseType.Builder confidence(Float confidence)
The confidence of accuracy, as a percentage.
- Parameters:
confidence- The confidence of accuracy, as a percentage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-