Uses of Interface
software.amazon.awssdk.services.textract.model.ExpenseGroupProperty.Builder
-
Packages that use ExpenseGroupProperty.Builder Package Description software.amazon.awssdk.services.textract.model -
-
Uses of ExpenseGroupProperty.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return ExpenseGroupProperty.Builder Modifier and Type Method Description static ExpenseGroupProperty.BuilderExpenseGroupProperty. builder()ExpenseGroupProperty.BuilderExpenseGroupProperty.Builder. id(String id)Provides a group Id number, which will be the same for each in the group.ExpenseGroupProperty.BuilderExpenseGroupProperty. toBuilder()ExpenseGroupProperty.BuilderExpenseGroupProperty.Builder. types(String... types)Informs you on whether the expense group is a name or an address.ExpenseGroupProperty.BuilderExpenseGroupProperty.Builder. types(Collection<String> types)Informs you on whether the expense group is a name or an address.Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type ExpenseGroupProperty.Builder Modifier and Type Method Description static Class<? extends ExpenseGroupProperty.Builder>ExpenseGroupProperty. serializableBuilderClass()
-