public static interface ListVersionsByFunctionRequest.Builder extends LambdaRequest.Builder, CopyableBuilder<ListVersionsByFunctionRequest.Builder,ListVersionsByFunctionRequest>
Modifier and Type | Method and 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.
|
ListVersionsByFunctionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListVersionsByFunctionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, 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.ListVersionsByFunctionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListVersionsByFunctionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.