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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
PutFunctionConcurrencyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
PutFunctionConcurrencyRequest.Builder |
reservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The concurrent execution limit reserved for this function.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.PutFunctionConcurrencyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.