Interface LambdaManagedInstancesCapacityProviderConfig.Builder

  • 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.