public static interface PutFunctionConcurrencyRequest.Builder extends LambdaRequest.Builder, CopyableBuilder<PutFunctionConcurrencyRequest.Builder,PutFunctionConcurrencyRequest>
| Modifier and Type | Method and Description |
|---|---|
PutFunctionConcurrencyRequest.Builder |
functionName(String functionName)
The name of the function you are setting concurrent execution limits on.
|
PutFunctionConcurrencyRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
PutFunctionConcurrencyRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
PutFunctionConcurrencyRequest.Builder |
reservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The concurrent execution limit reserved for this function.
|
buildrequestOverrideConfigcopyapply, buildPutFunctionConcurrencyRequest.Builder functionName(String functionName)
The name of the function you are setting concurrent execution limits on. For more information, see concurrent-executions.
functionName - The name of the function you are setting concurrent execution limits on. For more information, see
concurrent-executions.PutFunctionConcurrencyRequest.Builder reservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The concurrent execution limit reserved for this function. For more information, see concurrent-executions.
reservedConcurrentExecutions - The concurrent execution limit reserved for this function. For more information, see
concurrent-executions.PutFunctionConcurrencyRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.PutFunctionConcurrencyRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.