Uses of Interface
software.amazon.awssdk.services.textract.model.Adapter.Builder
-
Packages that use Adapter.Builder Package Description software.amazon.awssdk.services.textract.model -
-
Uses of Adapter.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return Adapter.Builder Modifier and Type Method Description Adapter.BuilderAdapter.Builder. adapterId(String adapterId)A unique identifier for the adapter resource.static Adapter.BuilderAdapter. builder()Adapter.BuilderAdapter.Builder. pages(String... pages)Pages is a parameter that the user inputs to specify which pages to apply an adapter to.Adapter.BuilderAdapter.Builder. pages(Collection<String> pages)Pages is a parameter that the user inputs to specify which pages to apply an adapter to.Adapter.BuilderAdapter. toBuilder()Adapter.BuilderAdapter.Builder. version(String version)A string that identifies the version of the adapter.Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type Adapter.Builder Modifier and Type Method Description static Class<? extends Adapter.Builder>Adapter. serializableBuilderClass()
-