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.
|
build
overrideConfiguration
copy
applyMutation, build
PutFunctionConcurrencyRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.PutFunctionConcurrencyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.