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)
Add an optional request override configuration. 
 | 
ListVersionsByFunctionRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListVersionsByFunctionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.