Interface LambdaManagedInstancesCapacityProviderConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LambdaManagedInstancesCapacityProviderConfig.Builder,LambdaManagedInstancesCapacityProviderConfig>,SdkBuilder<LambdaManagedInstancesCapacityProviderConfig.Builder,LambdaManagedInstancesCapacityProviderConfig>,SdkPojo
- Enclosing class:
- LambdaManagedInstancesCapacityProviderConfig
@Mutable @NotThreadSafe public static interface LambdaManagedInstancesCapacityProviderConfig.Builder extends SdkPojo, CopyableBuilder<LambdaManagedInstancesCapacityProviderConfig.Builder,LambdaManagedInstancesCapacityProviderConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LambdaManagedInstancesCapacityProviderConfig.BuildercapacityProviderArn(String capacityProviderArn)The Amazon Resource Name (ARN) of the capacity provider.LambdaManagedInstancesCapacityProviderConfig.BuilderexecutionEnvironmentMemoryGiBPerVCpu(Double executionEnvironmentMemoryGiBPerVCpu)The amount of memory in GiB allocated per vCPU for execution environments.LambdaManagedInstancesCapacityProviderConfig.BuilderperExecutionEnvironmentMaxConcurrency(Integer perExecutionEnvironmentMaxConcurrency)The maximum number of concurrent execution environments that can run on each compute instance.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
capacityProviderArn
LambdaManagedInstancesCapacityProviderConfig.Builder capacityProviderArn(String capacityProviderArn)
The Amazon Resource Name (ARN) of the capacity provider.
- Parameters:
capacityProviderArn- The Amazon Resource Name (ARN) of the capacity provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
perExecutionEnvironmentMaxConcurrency
LambdaManagedInstancesCapacityProviderConfig.Builder perExecutionEnvironmentMaxConcurrency(Integer perExecutionEnvironmentMaxConcurrency)
The maximum number of concurrent execution environments that can run on each compute instance.
- Parameters:
perExecutionEnvironmentMaxConcurrency- The maximum number of concurrent execution environments that can run on each compute instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionEnvironmentMemoryGiBPerVCpu
LambdaManagedInstancesCapacityProviderConfig.Builder executionEnvironmentMemoryGiBPerVCpu(Double executionEnvironmentMemoryGiBPerVCpu)
The amount of memory in GiB allocated per vCPU for execution environments.
- Parameters:
executionEnvironmentMemoryGiBPerVCpu- The amount of memory in GiB allocated per vCPU for execution environments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-