Builder
Properties
Configuration for handling paginated responses from the REST API, supporting both cursor-based and offset-based pagination strategies.
The HTTP method to use for requests to this endpoint, such as GET, POST.
Configuration for request parameters that should be included in API calls, such as query parameters, headers, or body content.
The URL path for the REST endpoint, which may include parameter placeholders that will be replaced with actual values during requests.
Configuration that defines how to parse and extract data from API responses, including success and error handling.
Functions
construct an aws.sdk.kotlin.services.glue.model.PaginationConfiguration inside the given block
construct an aws.sdk.kotlin.services.glue.model.ResponseConfiguration inside the given block