CopyableBuilder<ListFunctionsRequest.Builder,ListFunctionsRequest>
, SdkBuilder<ListFunctionsRequest.Builder,ListFunctionsRequest>
public static interface ListFunctionsRequest.Builder extends CopyableBuilder<ListFunctionsRequest.Builder,ListFunctionsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListFunctionsRequest.Builder |
marker(String marker) |
Optional string.
|
ListFunctionsRequest.Builder |
maxItems(Integer maxItems) |
Optional integer.
|
copy
apply, build
ListFunctionsRequest.Builder marker(String marker)
Optional string. An opaque pagination token returned from a previous ListFunctions
operation. If
present, indicates where to continue the listing.
marker
- Optional string. An opaque pagination token returned from a previous ListFunctions
operation. If present, indicates where to continue the listing.ListFunctionsRequest.Builder maxItems(Integer maxItems)
Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.
maxItems
- Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This
parameter value must be greater than 0.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.