Interface GetFunctionConcurrencyRequest.Builder
- 
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<GetFunctionConcurrencyRequest.Builder,GetFunctionConcurrencyRequest>,- LambdaRequest.Builder,- SdkBuilder<GetFunctionConcurrencyRequest.Builder,GetFunctionConcurrencyRequest>,- SdkPojo,- SdkRequest.Builder
 - Enclosing class:
- GetFunctionConcurrencyRequest
 
 @Mutable @NotThreadSafe public static interface GetFunctionConcurrencyRequest.Builder extends LambdaRequest.Builder, SdkPojo, CopyableBuilder<GetFunctionConcurrencyRequest.Builder,GetFunctionConcurrencyRequest> 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description GetFunctionConcurrencyRequest.BuilderfunctionName(String functionName)The name or ARN of the Lambda function.GetFunctionConcurrencyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFunctionConcurrencyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)- 
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfiguration
 - 
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopy
 - 
Methods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaRequest.Builderbuild
 - 
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, build
 - 
Methods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
 
- 
 
- 
- 
- 
Method Detail- 
functionNameGetFunctionConcurrencyRequest.Builder functionName(String functionName) The name or ARN of the Lambda function. Name formats - 
 Function name – my-function.
- 
 Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function.
- 
 Partial ARN – 123456789012:function:my-function.
 The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length. - Parameters:
- functionName- The name or ARN of the Lambda function.- Name formats - 
        Function name – my-function.
- 
        Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function.
- 
        Partial ARN – 123456789012:function:my-function.
 - The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length. 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
 - 
overrideConfigurationGetFunctionConcurrencyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
 
 - 
overrideConfigurationGetFunctionConcurrencyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
 
 
- 
 
-