Values.DescribeImageBuildersRequestSourceRetrieves a list that describes one or more specified image builders, if the image builder names are provided. Otherwise, all image builders in the account are described.
type nonrec t = {names : StringList.t option;The names of the image builders to describe.
*)maxResults : Integer.t option;The maximum size of each page of results.
*)nextToken : String_.t option;The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
*)}