public static interface GetFunctionRequest.Builder extends LambdaRequest.Builder, SdkPojo, CopyableBuilder<GetFunctionRequest.Builder,GetFunctionRequest>
| Modifier and Type | Method and Description |
|---|---|
GetFunctionRequest.Builder |
functionName(String functionName)
The name of the Lambda function.
|
GetFunctionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetFunctionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetFunctionRequest.Builder |
qualifier(String qualifier)
Specify a version or alias to get details about a published version of the function.
|
buildoverrideConfigurationcopyapplyMutation, buildGetFunctionRequest.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.
GetFunctionRequest.Builder qualifier(String qualifier)
Specify a version or alias to get details about a published version of the function.
qualifier - Specify a version or alias to get details about a published version of the function.GetFunctionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetFunctionRequest.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.