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
Modifier and TypeMethodDescriptioncapacityProviderArn(String capacityProviderArn) The Amazon Resource Name (ARN) of the capacity provider.executionEnvironmentMemoryGiBPerVCpu(Double executionEnvironmentMemoryGiBPerVCpu) The amount of memory in GiB allocated per vCPU for execution environments.perExecutionEnvironmentMaxConcurrency(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-