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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetFunctionConcurrencyResponse.Builder
reservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of simultaneous executions that are reserved for the 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
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.
-
-