Uses of Interface
software.amazon.awssdk.services.glue.model.CursorConfiguration.Builder
-
Packages that use CursorConfiguration.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CursorConfiguration.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CursorConfiguration.Builder Modifier and Type Method Description static CursorConfiguration.BuilderCursorConfiguration. builder()default CursorConfiguration.BuilderCursorConfiguration.Builder. limitParameter(Consumer<ExtractedParameter.Builder> limitParameter)The parameter name used to specify the maximum number of results to return per page.CursorConfiguration.BuilderCursorConfiguration.Builder. limitParameter(ExtractedParameter limitParameter)The parameter name used to specify the maximum number of results to return per page.default CursorConfiguration.BuilderCursorConfiguration.Builder. nextPage(Consumer<ExtractedParameter.Builder> nextPage)The parameter name or JSON path that contains the cursor or token for retrieving the next page of results.CursorConfiguration.BuilderCursorConfiguration.Builder. nextPage(ExtractedParameter nextPage)The parameter name or JSON path that contains the cursor or token for retrieving the next page of results.CursorConfiguration.BuilderCursorConfiguration. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CursorConfiguration.Builder Modifier and Type Method Description static Class<? extends CursorConfiguration.Builder>CursorConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type CursorConfiguration.Builder Modifier and Type Method Description default PaginationConfiguration.BuilderPaginationConfiguration.Builder. cursorConfiguration(Consumer<CursorConfiguration.Builder> cursorConfiguration)Configuration for cursor-based pagination, where the API provides a cursor or token to retrieve the next page of results.
-