Interface GetFunctionConcurrencyResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetFunctionConcurrencyResponse.Builder,,GetFunctionConcurrencyResponse> LambdaResponse.Builder,SdkBuilder<GetFunctionConcurrencyResponse.Builder,,GetFunctionConcurrencyResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetFunctionConcurrencyResponse
public static interface GetFunctionConcurrencyResponse.Builder
extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<GetFunctionConcurrencyResponse.Builder,GetFunctionConcurrencyResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionreservedConcurrentExecutions(Integer reservedConcurrentExecutions) The number of simultaneous executions that are reserved for the function.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
reservedConcurrentExecutions
GetFunctionConcurrencyResponse.Builder reservedConcurrentExecutions(Integer reservedConcurrentExecutions) The number of simultaneous executions that are reserved for the function.
- Parameters:
 reservedConcurrentExecutions- The number of simultaneous executions that are reserved for the function.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -