CopyableBuilder<ListVersionsByFunctionRequest.Builder,ListVersionsByFunctionRequest>
, SdkBuilder<ListVersionsByFunctionRequest.Builder,ListVersionsByFunctionRequest>
public static interface ListVersionsByFunctionRequest.Builder extends CopyableBuilder<ListVersionsByFunctionRequest.Builder,ListVersionsByFunctionRequest>
Modifier and Type | Method | Description |
---|---|---|
ListVersionsByFunctionRequest.Builder |
functionName(String functionName) |
Function name whose versions to list.
|
ListVersionsByFunctionRequest.Builder |
marker(String marker) |
Optional string.
|
ListVersionsByFunctionRequest.Builder |
maxItems(Integer maxItems) |
Optional integer.
|
copy
apply, build
ListVersionsByFunctionRequest.Builder functionName(String functionName)
Function name whose versions to list. You can specify a function name (for example, Thumbnail
)
or you can specify Amazon Resource Name (ARN) of the function (for example,
arn:aws:lambda:us-west-2:account-id:function:ThumbNail
). AWS Lambda also allows you to specify a
partial ARN (for example, account-id:Thumbnail
). Note that the length constraint applies only to
the ARN. If you specify only the function name, it is limited to 64 characters in length.
functionName
- Function name whose versions to list. You can specify a function name (for example,
Thumbnail
) or you can specify Amazon Resource Name (ARN) of the function (for example,
arn:aws:lambda:us-west-2:account-id:function:ThumbNail
). AWS Lambda also allows you to
specify a partial ARN (for example, account-id:Thumbnail
). Note that the length
constraint applies only to the ARN. If you specify only the function name, it is limited to 64
characters in length.ListVersionsByFunctionRequest.Builder marker(String marker)
Optional string. An opaque pagination token returned from a previous ListVersionsByFunction
operation. If present, indicates where to continue the listing.
marker
- Optional string. An opaque pagination token returned from a previous
ListVersionsByFunction
operation. If present, indicates where to continue the listing.ListVersionsByFunctionRequest.Builder maxItems(Integer maxItems)
Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.
maxItems
- Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response.
This parameter value must be greater than 0.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.