Interface PutFunctionConcurrencyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<PutFunctionConcurrencyResponse.Builder,PutFunctionConcurrencyResponse>
,LambdaResponse.Builder
,SdkBuilder<PutFunctionConcurrencyResponse.Builder,PutFunctionConcurrencyResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- PutFunctionConcurrencyResponse
public static interface PutFunctionConcurrencyResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<PutFunctionConcurrencyResponse.Builder,PutFunctionConcurrencyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutFunctionConcurrencyResponse.Builder
reservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions that are reserved for this function.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
reservedConcurrentExecutions
PutFunctionConcurrencyResponse.Builder reservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions that are reserved for this function. For more information, see Managing Lambda reserved concurrency.
- Parameters:
reservedConcurrentExecutions
- The number of concurrent executions that are reserved for this function. For more information, see Managing Lambda reserved concurrency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-