public static interface ListVersionsByFunctionRequest.Builder extends LambdaRequest.Builder, SdkPojo, CopyableBuilder<ListVersionsByFunctionRequest.Builder,ListVersionsByFunctionRequest>
| Modifier and Type | Method and Description |
|---|---|
ListVersionsByFunctionRequest.Builder |
functionName(String functionName)
The name of the lambda function.
|
ListVersionsByFunctionRequest.Builder |
marker(String marker)
Optional string.
|
ListVersionsByFunctionRequest.Builder |
maxItems(Integer maxItems)
Optional integer.
|
ListVersionsByFunctionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListVersionsByFunctionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationcopyapplyMutation, buildListVersionsByFunctionRequest.Builder functionName(String functionName)
The name of the lambda function.
Name formats
Function name - MyFunction.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction.
Partial ARN - 123456789012:function:MyFunction.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
functionName - The name of the lambda function.
Name formats
Function name - MyFunction.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction.
Partial ARN - 123456789012:function:MyFunction.
The length constraint applies only to the full 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)
overrideConfiguration in interface AwsRequest.BuilderListVersionsByFunctionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.